Пример #1
0
 public Negocio.ServiceReferenceC.ECarrera[] Mostrar()
 {
     Negocio.ServiceReferenceC.MostrarRequest inValue = new Negocio.ServiceReferenceC.MostrarRequest();
     inValue.Body = new Negocio.ServiceReferenceC.MostrarRequestBody();
     Negocio.ServiceReferenceC.MostrarResponse retVal = ((Negocio.ServiceReferenceC.WebServiceCarreraSoap)(this)).Mostrar(inValue);
     return(retVal.Body.MostrarResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <Negocio.ServiceReferenceC.MostrarResponse> MostrarAsync()
 {
     Negocio.ServiceReferenceC.MostrarRequest inValue = new Negocio.ServiceReferenceC.MostrarRequest();
     inValue.Body = new Negocio.ServiceReferenceC.MostrarRequestBody();
     return(((Negocio.ServiceReferenceC.WebServiceCarreraSoap)(this)).MostrarAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <Negocio.ServiceReferenceC.MostrarResponse> Negocio.ServiceReferenceC.WebServiceCarreraSoap.MostrarAsync(Negocio.ServiceReferenceC.MostrarRequest request)
 {
     return(base.Channel.MostrarAsync(request));
 }
Пример #4
0
 Negocio.ServiceReferenceC.MostrarResponse Negocio.ServiceReferenceC.WebServiceCarreraSoap.Mostrar(Negocio.ServiceReferenceC.MostrarRequest request)
 {
     return(base.Channel.Mostrar(request));
 }