Пример #1
0
 public System.Threading.Tasks.Task <WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIResponse> ListarCotaçõesPorDocumentoeIMEIAsync(int documentoPortador, int numeroIMEI)
 {
     WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIRequest inValue = new WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIRequest();
     inValue.documentoPortador = documentoPortador;
     inValue.numeroIMEI        = numeroIMEI;
     return(((WindowsForms.ServiceReference1.IServicoCotacao)(this)).ListarCotaçõesPorDocumentoeIMEIAsync(inValue));
 }
Пример #2
0
 public WindowsForms.ServiceReference1.Cotacao[] ListarCotaçõesPorDocumentoeIMEI(int documentoPortador, int numeroIMEI)
 {
     WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIRequest inValue = new WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIRequest();
     inValue.documentoPortador = documentoPortador;
     inValue.numeroIMEI        = numeroIMEI;
     WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIResponse retVal = ((WindowsForms.ServiceReference1.IServicoCotacao)(this)).ListarCotaçõesPorDocumentoeIMEI(inValue);
     return(retVal.ListarCotaçõesPorDocumentoeIMEIResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIResponse> WindowsForms.ServiceReference1.IServicoCotacao.ListarCotaçõesPorDocumentoeIMEIAsync(WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIRequest request)
 {
     return(base.Channel.ListarCotaçõesPorDocumentoeIMEIAsync(request));
 }
Пример #4
0
 WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIResponse WindowsForms.ServiceReference1.IServicoCotacao.ListarCotaçõesPorDocumentoeIMEI(WindowsForms.ServiceReference1.ListarCotaçõesPorDocumentoeIMEIRequest request)
 {
     return(base.Channel.ListarCotaçõesPorDocumentoeIMEI(request));
 }