コード例 #1
0
 public ShippingMethodToZoneMap InsertShippingMethodToZoneMap(ShippingMethodToZoneMap entity)
 {
     return(_iShippingMethodToZoneMapRepository.InsertShippingMethodToZoneMap(entity));
 }
コード例 #2
0
 public ShippingMethodToZoneMap UpdateShippingMethodToZoneMap(ShippingMethodToZoneMap entity)
 {
     return(_iShippingMethodToZoneMapRepository.UpdateShippingMethodToZoneMap(entity));
 }