Esempio n. 1
0
 public System.Threading.Tasks.Task <Documentos.getStatusResponse> getStatusAsync(string ticket)
 {
     Documentos.getStatusRequest inValue = new Documentos.getStatusRequest();
     inValue.ticket = ticket;
     return(((Documentos.billService)(this)).getStatusAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <Documentos.getStatusResponse> Documentos.billService.getStatusAsync(Documentos.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }