Beispiel #1
0
 public System.Threading.Tasks.Task <Lawoffice.Backend.RetaguardaService.RetornaUrlResponse> RetornaUrlAsync(string identificador)
 {
     Lawoffice.Backend.RetaguardaService.RetornaUrlRequest inValue = new Lawoffice.Backend.RetaguardaService.RetornaUrlRequest();
     inValue.Body = new Lawoffice.Backend.RetaguardaService.RetornaUrlRequestBody();
     inValue.Body.identificador = identificador;
     return(((Lawoffice.Backend.RetaguardaService.ServicoAspSoap)(this)).RetornaUrlAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <Lawoffice.Backend.RetaguardaService.RetornaUrlResponse> Lawoffice.Backend.RetaguardaService.ServicoAspSoap.RetornaUrlAsync(Lawoffice.Backend.RetaguardaService.RetornaUrlRequest request)
 {
     return(base.Channel.RetornaUrlAsync(request));
 }