Пример #1
0
 public string GetAllPackages()
 {
     Tema4MvcApp.AdminService.GetAllPackagesRequest inValue = new Tema4MvcApp.AdminService.GetAllPackagesRequest();
     inValue.Body = new Tema4MvcApp.AdminService.GetAllPackagesRequestBody();
     Tema4MvcApp.AdminService.GetAllPackagesResponse retVal = ((Tema4MvcApp.AdminService.AdminServiceSoap)(this)).GetAllPackages(inValue);
     return(retVal.Body.GetAllPackagesResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <Tema4MvcApp.AdminService.GetAllPackagesResponse> GetAllPackagesAsync()
 {
     Tema4MvcApp.AdminService.GetAllPackagesRequest inValue = new Tema4MvcApp.AdminService.GetAllPackagesRequest();
     inValue.Body = new Tema4MvcApp.AdminService.GetAllPackagesRequestBody();
     return(((Tema4MvcApp.AdminService.AdminServiceSoap)(this)).GetAllPackagesAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <Tema4MvcApp.AdminService.GetAllPackagesResponse> Tema4MvcApp.AdminService.AdminServiceSoap.GetAllPackagesAsync(Tema4MvcApp.AdminService.GetAllPackagesRequest request)
 {
     return(base.Channel.GetAllPackagesAsync(request));
 }
Пример #4
0
 Tema4MvcApp.AdminService.GetAllPackagesResponse Tema4MvcApp.AdminService.AdminServiceSoap.GetAllPackages(Tema4MvcApp.AdminService.GetAllPackagesRequest request)
 {
     return(base.Channel.GetAllPackages(request));
 }