Ejemplo n.º 1
0
 public static ShippingRateComputationMethodModel ToModel(this IShippingRateComputationMethod entity)
 {
     return(entity.MapTo <IShippingRateComputationMethod, ShippingRateComputationMethodModel>());
 }