refabrique
parent
784c4adbfe
commit
8dd4b1b400
@ -1,7 +1,7 @@
|
|||||||
namespace Yavsc.Models.Market {
|
namespace Yavsc.Models {
|
||||||
public interface IUnit<VType> {
|
public interface IUnit<VType> {
|
||||||
string Name { get; }
|
string Name { get; }
|
||||||
bool CanConvertFrom(IUnit<VType> other);
|
bool CanConvertFrom(IUnit<VType> other);
|
||||||
VType ConvertFrom (IUnit<VType> other, VType orgValue) ;
|
VType ConvertFrom (IUnit<VType> other, VType orgValue) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue