Exemplo n.º 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);
 }
Exemplo n.º 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));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Tema4MvcApp.AdminService.GetAllUserNamesResponse> Tema4MvcApp.AdminService.AdminServiceSoap.GetAllUserNamesAsync(Tema4MvcApp.AdminService.GetAllUserNamesRequest request)
 {
     return(base.Channel.GetAllUserNamesAsync(request));
 }
Exemplo n.º 4
0
 Tema4MvcApp.AdminService.GetAllUserNamesResponse Tema4MvcApp.AdminService.AdminServiceSoap.GetAllUserNames(Tema4MvcApp.AdminService.GetAllUserNamesRequest request)
 {
     return(base.Channel.GetAllUserNames(request));
 }