Пример #1
0
 public static bool IsNullOrZero(DecimalScale scale)
 {
     return (scale == null || scale.Value == 0);
 }
Пример #2
0
 public static bool IsNullOrZero(DecimalScale scale)
 {
     return(scale == null || scale.Value == 0);
 }