Beispiel #1
0
 public System.Threading.Tasks.Task <Tema4MvcApp.AdminService.UpdatePackageStatusResponse> UpdatePackageStatusAsync(int packageId, string city, string time)
 {
     Tema4MvcApp.AdminService.UpdatePackageStatusRequest inValue = new Tema4MvcApp.AdminService.UpdatePackageStatusRequest();
     inValue.Body           = new Tema4MvcApp.AdminService.UpdatePackageStatusRequestBody();
     inValue.Body.packageId = packageId;
     inValue.Body.city      = city;
     inValue.Body.time      = time;
     return(((Tema4MvcApp.AdminService.AdminServiceSoap)(this)).UpdatePackageStatusAsync(inValue));
 }
Beispiel #2
0
 public string UpdatePackageStatus(int packageId, string city, string time)
 {
     Tema4MvcApp.AdminService.UpdatePackageStatusRequest inValue = new Tema4MvcApp.AdminService.UpdatePackageStatusRequest();
     inValue.Body           = new Tema4MvcApp.AdminService.UpdatePackageStatusRequestBody();
     inValue.Body.packageId = packageId;
     inValue.Body.city      = city;
     inValue.Body.time      = time;
     Tema4MvcApp.AdminService.UpdatePackageStatusResponse retVal = ((Tema4MvcApp.AdminService.AdminServiceSoap)(this)).UpdatePackageStatus(inValue);
     return(retVal.Body.UpdatePackageStatusResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Tema4MvcApp.AdminService.UpdatePackageStatusResponse> Tema4MvcApp.AdminService.AdminServiceSoap.UpdatePackageStatusAsync(Tema4MvcApp.AdminService.UpdatePackageStatusRequest request)
 {
     return(base.Channel.UpdatePackageStatusAsync(request));
 }
Beispiel #4
0
 Tema4MvcApp.AdminService.UpdatePackageStatusResponse Tema4MvcApp.AdminService.AdminServiceSoap.UpdatePackageStatus(Tema4MvcApp.AdminService.UpdatePackageStatusRequest request)
 {
     return(base.Channel.UpdatePackageStatus(request));
 }