System.Threading.Tasks.Task <EntertainmentNetwork.DAL.CityService.addCityResponse> EntertainmentNetwork.DAL.CityService.ICityService.addCityAsync(EntertainmentNetwork.DAL.CityService.addCityRequest1 request)
 {
     return(base.Channel.addCityAsync(request));
 }
 EntertainmentNetwork.DAL.CityService.addCityResponse EntertainmentNetwork.DAL.CityService.ICityService.addCity(EntertainmentNetwork.DAL.CityService.addCityRequest1 request)
 {
     return(base.Channel.addCity(request));
 }
 public void addCity(EntertainmentNetwork.DAL.CityService.addCityRequest arg0)
 {
     EntertainmentNetwork.DAL.CityService.addCityRequest1 inValue = new EntertainmentNetwork.DAL.CityService.addCityRequest1();
     inValue.arg0 = arg0;
     EntertainmentNetwork.DAL.CityService.addCityResponse retVal = ((EntertainmentNetwork.DAL.CityService.ICityService)(this)).addCity(inValue);
 }
 public System.Threading.Tasks.Task <EntertainmentNetwork.DAL.CityService.addCityResponse> addCityAsync(EntertainmentNetwork.DAL.CityService.addCityRequest arg0)
 {
     EntertainmentNetwork.DAL.CityService.addCityRequest1 inValue = new EntertainmentNetwork.DAL.CityService.addCityRequest1();
     inValue.arg0 = arg0;
     return(((EntertainmentNetwork.DAL.CityService.ICityService)(this)).addCityAsync(inValue));
 }