Esempio n. 1
0
 public Mantenedores.wsColegio.Colegio[] ReadAllNamesAndIds()
 {
     Mantenedores.wsColegio.ReadAllNamesAndIdsRequest inValue = new Mantenedores.wsColegio.ReadAllNamesAndIdsRequest();
     inValue.Body = new Mantenedores.wsColegio.ReadAllNamesAndIdsRequestBody();
     Mantenedores.wsColegio.ReadAllNamesAndIdsResponse retVal = ((Mantenedores.wsColegio.wsColegioSoap)(this)).ReadAllNamesAndIds(inValue);
     return(retVal.Body.ReadAllNamesAndIdsResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <Mantenedores.wsColegio.ReadAllNamesAndIdsResponse> ReadAllNamesAndIdsAsync()
 {
     Mantenedores.wsColegio.ReadAllNamesAndIdsRequest inValue = new Mantenedores.wsColegio.ReadAllNamesAndIdsRequest();
     inValue.Body = new Mantenedores.wsColegio.ReadAllNamesAndIdsRequestBody();
     return(((Mantenedores.wsColegio.wsColegioSoap)(this)).ReadAllNamesAndIdsAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Mantenedores.wsColegio.ReadAllNamesAndIdsResponse> Mantenedores.wsColegio.wsColegioSoap.ReadAllNamesAndIdsAsync(Mantenedores.wsColegio.ReadAllNamesAndIdsRequest request)
 {
     return(base.Channel.ReadAllNamesAndIdsAsync(request));
 }
Esempio n. 4
0
 Mantenedores.wsColegio.ReadAllNamesAndIdsResponse Mantenedores.wsColegio.wsColegioSoap.ReadAllNamesAndIds(Mantenedores.wsColegio.ReadAllNamesAndIdsRequest request)
 {
     return(base.Channel.ReadAllNamesAndIds(request));
 }