Example #1
0
 public string GetAllUserNames()
 {
     Tema4MvcApp.AdminService.GetAllUserNamesRequest inValue = new Tema4MvcApp.AdminService.GetAllUserNamesRequest();
     inValue.Body = new Tema4MvcApp.AdminService.GetAllUserNamesRequestBody();
     Tema4MvcApp.AdminService.GetAllUserNamesResponse retVal = ((Tema4MvcApp.AdminService.AdminServiceSoap)(this)).GetAllUserNames(inValue);
     return(retVal.Body.GetAllUserNamesResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <Tema4MvcApp.AdminService.GetAllUserNamesResponse> GetAllUserNamesAsync()
 {
     Tema4MvcApp.AdminService.GetAllUserNamesRequest inValue = new Tema4MvcApp.AdminService.GetAllUserNamesRequest();
     inValue.Body = new Tema4MvcApp.AdminService.GetAllUserNamesRequestBody();
     return(((Tema4MvcApp.AdminService.AdminServiceSoap)(this)).GetAllUserNamesAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <Tema4MvcApp.AdminService.GetAllUserNamesResponse> Tema4MvcApp.AdminService.AdminServiceSoap.GetAllUserNamesAsync(Tema4MvcApp.AdminService.GetAllUserNamesRequest request)
 {
     return(base.Channel.GetAllUserNamesAsync(request));
 }
Example #4
0
 Tema4MvcApp.AdminService.GetAllUserNamesResponse Tema4MvcApp.AdminService.AdminServiceSoap.GetAllUserNames(Tema4MvcApp.AdminService.GetAllUserNamesRequest request)
 {
     return(base.Channel.GetAllUserNames(request));
 }