Esempio n. 1
0
 public DAL.VS_Login.permisoUsuario[] getAllByRut(int rut)
 {
     DAL.VS_Login.getAllByRutRequest inValue = new DAL.VS_Login.getAllByRutRequest();
     inValue.rut = rut;
     DAL.VS_Login.getAllByRutResponse retVal = ((DAL.VS_Login.VHWService)(this)).getAllByRut(inValue);
     return(retVal.@return);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <DAL.VS_Login.getAllByRutResponse> getAllByRutAsync(int rut)
 {
     DAL.VS_Login.getAllByRutRequest inValue = new DAL.VS_Login.getAllByRutRequest();
     inValue.rut = rut;
     return(((DAL.VS_Login.VHWService)(this)).getAllByRutAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <DAL.VS_Login.getAllByRutResponse> DAL.VS_Login.VHWService.getAllByRutAsync(DAL.VS_Login.getAllByRutRequest request)
 {
     return(base.Channel.getAllByRutAsync(request));
 }
Esempio n. 4
0
 DAL.VS_Login.getAllByRutResponse DAL.VS_Login.VHWService.getAllByRut(DAL.VS_Login.getAllByRutRequest request)
 {
     return(base.Channel.getAllByRut(request));
 }