Example #1
0
 public ErickOrlando.FirmadoSunatWin.Sunat.statusResponse getStatus(string ticket)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.getStatusRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.getStatusRequest();
     inValue.ticket = ticket;
     ErickOrlando.FirmadoSunatWin.Sunat.getStatusResponse retVal = ((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).getStatus(inValue);
     return(retVal.status);
 }
Example #2
0
 public System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.getStatusResponse> getStatusAsync(string ticket)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.getStatusRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.getStatusRequest();
     inValue.ticket = ticket;
     return(((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).getStatusAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.getStatusResponse> ErickOrlando.FirmadoSunatWin.Sunat.billService.getStatusAsync(ErickOrlando.FirmadoSunatWin.Sunat.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }
Example #4
0
 ErickOrlando.FirmadoSunatWin.Sunat.getStatusResponse ErickOrlando.FirmadoSunatWin.Sunat.billService.getStatus(ErickOrlando.FirmadoSunatWin.Sunat.getStatusRequest request)
 {
     return(base.Channel.getStatus(request));
 }