Beispiel #1
0
 public int getAntiguedadFun(int rutFun)
 {
     DAL.VS_Login.getAntiguedadFunRequest inValue = new DAL.VS_Login.getAntiguedadFunRequest();
     inValue.rutFun = rutFun;
     DAL.VS_Login.getAntiguedadFunResponse retVal = ((DAL.VS_Login.VHWService)(this)).getAntiguedadFun(inValue);
     return(retVal.@return);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <DAL.VS_Login.getAntiguedadFunResponse> getAntiguedadFunAsync(int rutFun)
 {
     DAL.VS_Login.getAntiguedadFunRequest inValue = new DAL.VS_Login.getAntiguedadFunRequest();
     inValue.rutFun = rutFun;
     return(((DAL.VS_Login.VHWService)(this)).getAntiguedadFunAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <DAL.VS_Login.getAntiguedadFunResponse> DAL.VS_Login.VHWService.getAntiguedadFunAsync(DAL.VS_Login.getAntiguedadFunRequest request)
 {
     return(base.Channel.getAntiguedadFunAsync(request));
 }
Beispiel #4
0
 DAL.VS_Login.getAntiguedadFunResponse DAL.VS_Login.VHWService.getAntiguedadFun(DAL.VS_Login.getAntiguedadFunRequest request)
 {
     return(base.Channel.getAntiguedadFun(request));
 }