Beispiel #1
0
 public bool Fee(NullableNumberFieldDefinition <TModel, decimal> def, int foreignflg)
 {
     return(true);
 }
Beispiel #2
0
 public bool Fee(NullableNumberFieldDefinition <TModel, decimal> def, int foreignflg)
 {
     return(StandardNumber(def));
 }