Smart rounding was ajusted
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperCommon.Models.Parameters
|
||||
{
|
||||
public interface IProcessValuePairLogic<T>
|
||||
{
|
||||
ValuePair<T> GetValuePairByString(string s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user