示例#1
0
 public Negocio.ServiceReferenceA.EAlumno[] Mostrar()
 {
     Negocio.ServiceReferenceA.MostrarRequest inValue = new Negocio.ServiceReferenceA.MostrarRequest();
     inValue.Body = new Negocio.ServiceReferenceA.MostrarRequestBody();
     Negocio.ServiceReferenceA.MostrarResponse retVal = ((Negocio.ServiceReferenceA.WebServiceAlumnSoap)(this)).Mostrar(inValue);
     return(retVal.Body.MostrarResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <Negocio.ServiceReferenceA.MostrarResponse> MostrarAsync()
 {
     Negocio.ServiceReferenceA.MostrarRequest inValue = new Negocio.ServiceReferenceA.MostrarRequest();
     inValue.Body = new Negocio.ServiceReferenceA.MostrarRequestBody();
     return(((Negocio.ServiceReferenceA.WebServiceAlumnSoap)(this)).MostrarAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <Negocio.ServiceReferenceA.MostrarResponse> Negocio.ServiceReferenceA.WebServiceAlumnSoap.MostrarAsync(Negocio.ServiceReferenceA.MostrarRequest request)
 {
     return(base.Channel.MostrarAsync(request));
 }
示例#4
0
 Negocio.ServiceReferenceA.MostrarResponse Negocio.ServiceReferenceA.WebServiceAlumnSoap.Mostrar(Negocio.ServiceReferenceA.MostrarRequest request)
 {
     return(base.Channel.Mostrar(request));
 }