7 lines
152 B
C#
7 lines
152 B
C#
namespace StructureHelperCommon.Services
|
|
{
|
|
public interface IDigitRoundLogic : IMathRoundLogic
|
|
{
|
|
int DigitQuant { get; set; }
|
|
}
|
|
} |