Пример #1
0
 public System.Threading.Tasks.Task <Mantenedores.wsCurso.ReadAllByColegioResponse> ReadAllByColegioAsync(int id)
 {
     Mantenedores.wsCurso.ReadAllByColegioRequest inValue = new Mantenedores.wsCurso.ReadAllByColegioRequest();
     inValue.Body    = new Mantenedores.wsCurso.ReadAllByColegioRequestBody();
     inValue.Body.id = id;
     return(((Mantenedores.wsCurso.wsCursoSoap)(this)).ReadAllByColegioAsync(inValue));
 }
Пример #2
0
 public Mantenedores.wsCurso.Curso[] ReadAllByColegio(int id)
 {
     Mantenedores.wsCurso.ReadAllByColegioRequest inValue = new Mantenedores.wsCurso.ReadAllByColegioRequest();
     inValue.Body    = new Mantenedores.wsCurso.ReadAllByColegioRequestBody();
     inValue.Body.id = id;
     Mantenedores.wsCurso.ReadAllByColegioResponse retVal = ((Mantenedores.wsCurso.wsCursoSoap)(this)).ReadAllByColegio(inValue);
     return(retVal.Body.ReadAllByColegioResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <Mantenedores.wsCurso.ReadAllByColegioResponse> Mantenedores.wsCurso.wsCursoSoap.ReadAllByColegioAsync(Mantenedores.wsCurso.ReadAllByColegioRequest request)
 {
     return(base.Channel.ReadAllByColegioAsync(request));
 }
Пример #4
0
 Mantenedores.wsCurso.ReadAllByColegioResponse Mantenedores.wsCurso.wsCursoSoap.ReadAllByColegio(Mantenedores.wsCurso.ReadAllByColegioRequest request)
 {
     return(base.Channel.ReadAllByColegio(request));
 }