This commit is contained in:
2023-01-02 10:18:22 +03:00
parent af7a5dd299
commit a2990fe1ef
6 changed files with 33 additions and 9 deletions

View File

@@ -14,4 +14,9 @@ public interface IValueConverter
/// Делитель
/// </summary>
public long Divider { get; init; }
/// <summary>
/// Знаков после запятой (0, 1, 2)
/// </summary>
public byte DecimalPlaces { get; init; }
}