refabrique
This commit is contained in:
parent
520290bacb
commit
a983b0fdc4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
namespace Yavsc.Models.Market {
|
||||
namespace Yavsc.Models {
|
||||
public interface IUnit<VType> {
|
||||
string Name { get; }
|
||||
bool CanConvertFrom(IUnit<VType> other);
|
||||
VType ConvertFrom (IUnit<VType> other, VType orgValue) ;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue