Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference1.getAllEstudianteResponse> getAllEstudianteAsync()
 {
     ServiceReference1.getAllEstudianteRequest inValue = new ServiceReference1.getAllEstudianteRequest();
     return(((ServiceReference1.AcademicoWebService)(this)).getAllEstudianteAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference1.getAllEstudianteResponse> ServiceReference1.AcademicoWebService.getAllEstudianteAsync(ServiceReference1.getAllEstudianteRequest request)
 {
     return(base.Channel.getAllEstudianteAsync(request));
 }