Esempio n. 1
0
 public System.Threading.Tasks.Task <NewAereo.ServiceReference.InserirEmpresaResponse> InserirEmpresaAsync(NewAereo.ServiceReference.Empresa empresa)
 {
     NewAereo.ServiceReference.InserirEmpresaRequest inValue = new NewAereo.ServiceReference.InserirEmpresaRequest();
     inValue.Body         = new NewAereo.ServiceReference.InserirEmpresaRequestBody();
     inValue.Body.empresa = empresa;
     return(((NewAereo.ServiceReference.WebServiceSoap)(this)).InserirEmpresaAsync(inValue));
 }
Esempio n. 2
0
 public bool InserirEmpresa(NewAereo.ServiceReference.Empresa empresa)
 {
     NewAereo.ServiceReference.InserirEmpresaRequest inValue = new NewAereo.ServiceReference.InserirEmpresaRequest();
     inValue.Body         = new NewAereo.ServiceReference.InserirEmpresaRequestBody();
     inValue.Body.empresa = empresa;
     NewAereo.ServiceReference.InserirEmpresaResponse retVal = ((NewAereo.ServiceReference.WebServiceSoap)(this)).InserirEmpresa(inValue);
     return(retVal.Body.InserirEmpresaResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <NewAereo.ServiceReference.InserirEmpresaResponse> NewAereo.ServiceReference.WebServiceSoap.InserirEmpresaAsync(NewAereo.ServiceReference.InserirEmpresaRequest request)
 {
     return(base.Channel.InserirEmpresaAsync(request));
 }
Esempio n. 4
0
 NewAereo.ServiceReference.InserirEmpresaResponse NewAereo.ServiceReference.WebServiceSoap.InserirEmpresa(NewAereo.ServiceReference.InserirEmpresaRequest request)
 {
     return(base.Channel.InserirEmpresa(request));
 }