Ejemplo n.º 1
0
 public static ChargingProduct_Id ToWWCP(this PartnerProduct_Id ProductId)
 => ChargingProduct_Id.Parse(ProductId.ToString());
Ejemplo n.º 2
0
 public static PartnerProduct_Id?ToEMIP(this ChargingProduct_Id ProductId)
 => PartnerProduct_Id.Parse(ProductId.ToString());