Пример #1
0
 public System.Threading.Tasks.Task <Mantenedores.wsApoderado.GetCursosByColegioResponse> GetCursosByColegioAsync(string rut, int id_colegio)
 {
     Mantenedores.wsApoderado.GetCursosByColegioRequest inValue = new Mantenedores.wsApoderado.GetCursosByColegioRequest();
     inValue.Body            = new Mantenedores.wsApoderado.GetCursosByColegioRequestBody();
     inValue.Body.rut        = rut;
     inValue.Body.id_colegio = id_colegio;
     return(((Mantenedores.wsApoderado.wsApoderadoSoap)(this)).GetCursosByColegioAsync(inValue));
 }
Пример #2
0
 public Mantenedores.wsApoderado.Curso[] GetCursosByColegio(string rut, int id_colegio)
 {
     Mantenedores.wsApoderado.GetCursosByColegioRequest inValue = new Mantenedores.wsApoderado.GetCursosByColegioRequest();
     inValue.Body            = new Mantenedores.wsApoderado.GetCursosByColegioRequestBody();
     inValue.Body.rut        = rut;
     inValue.Body.id_colegio = id_colegio;
     Mantenedores.wsApoderado.GetCursosByColegioResponse retVal = ((Mantenedores.wsApoderado.wsApoderadoSoap)(this)).GetCursosByColegio(inValue);
     return(retVal.Body.GetCursosByColegioResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <Mantenedores.wsApoderado.GetCursosByColegioResponse> Mantenedores.wsApoderado.wsApoderadoSoap.GetCursosByColegioAsync(Mantenedores.wsApoderado.GetCursosByColegioRequest request)
 {
     return(base.Channel.GetCursosByColegioAsync(request));
 }
Пример #4
0
 Mantenedores.wsApoderado.GetCursosByColegioResponse Mantenedores.wsApoderado.wsApoderadoSoap.GetCursosByColegio(Mantenedores.wsApoderado.GetCursosByColegioRequest request)
 {
     return(base.Channel.GetCursosByColegio(request));
 }