7 lines
137 B
C#
7 lines
137 B
C#
namespace StructureHelperCommon.Services
|
|
{
|
|
public interface IMathRoundLogic
|
|
{
|
|
double RoundValue(double value);
|
|
}
|
|
} |