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)); }
System.Threading.Tasks.Task <Documentos.getStatusResponse> Documentos.billService.getStatusAsync(Documentos.getStatusRequest request) { return(base.Channel.getStatusAsync(request)); }