Exemplo n.º 1
0
 public static IAcre Acres(this SByte input) => ObjectFactory.CreateAcre(input);
Exemplo n.º 2
0
 public static IAcre Acres(this Int64 input) => ObjectFactory.CreateAcre(input);