Ejemplo n.º 1
0
 public static long? AsNullableLong(this object o)
 {
     return o.AsNullableInteger(true);
 }
Ejemplo n.º 2
0
 public static int? AsNullableInteger(this object o)
 {
     return o.AsNullableInteger(true);
 }