public System.Threading.Tasks.Task <EntertainmentNetwork.DAL.CityService.removeCityResponse> removeCityAsync(decimal arg0)
 {
     EntertainmentNetwork.DAL.CityService.removeCityRequest inValue = new EntertainmentNetwork.DAL.CityService.removeCityRequest();
     inValue.arg0 = arg0;
     return(((EntertainmentNetwork.DAL.CityService.ICityService)(this)).removeCityAsync(inValue));
 }
 public void removeCity(decimal arg0)
 {
     EntertainmentNetwork.DAL.CityService.removeCityRequest inValue = new EntertainmentNetwork.DAL.CityService.removeCityRequest();
     inValue.arg0 = arg0;
     EntertainmentNetwork.DAL.CityService.removeCityResponse retVal = ((EntertainmentNetwork.DAL.CityService.ICityService)(this)).removeCity(inValue);
 }
 System.Threading.Tasks.Task <EntertainmentNetwork.DAL.CityService.removeCityResponse> EntertainmentNetwork.DAL.CityService.ICityService.removeCityAsync(EntertainmentNetwork.DAL.CityService.removeCityRequest request)
 {
     return(base.Channel.removeCityAsync(request));
 }
 EntertainmentNetwork.DAL.CityService.removeCityResponse EntertainmentNetwork.DAL.CityService.ICityService.removeCity(EntertainmentNetwork.DAL.CityService.removeCityRequest request)
 {
     return(base.Channel.removeCity(request));
 }