public ShippingMethodToZoneMap InsertShippingMethodToZoneMap(ShippingMethodToZoneMap entity)
 {
     return(_iShippingMethodToZoneMapRepository.InsertShippingMethodToZoneMap(entity));
 }
 public ShippingMethodToZoneMap UpdateShippingMethodToZoneMap(ShippingMethodToZoneMap entity)
 {
     return(_iShippingMethodToZoneMapRepository.UpdateShippingMethodToZoneMap(entity));
 }