public ShippingMethodToStateMap InsertShippingMethodToStateMap(ShippingMethodToStateMap entity)
 {
     return(_iShippingMethodToStateMapRepository.InsertShippingMethodToStateMap(entity));
 }
 public ShippingMethodToStateMap UpdateShippingMethodToStateMap(ShippingMethodToStateMap entity)
 {
     return(_iShippingMethodToStateMapRepository.UpdateShippingMethodToStateMap(entity));
 }