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