Exemple #1
0
 public System.Threading.Tasks.Task <Mantenedores.wsPago.GetAllByAlumnoResponse> GetAllByAlumnoAsync(string rut_alumno)
 {
     Mantenedores.wsPago.GetAllByAlumnoRequest inValue = new Mantenedores.wsPago.GetAllByAlumnoRequest();
     inValue.Body            = new Mantenedores.wsPago.GetAllByAlumnoRequestBody();
     inValue.Body.rut_alumno = rut_alumno;
     return(((Mantenedores.wsPago.wsPagoSoap)(this)).GetAllByAlumnoAsync(inValue));
 }
Exemple #2
0
 public Mantenedores.wsPago.ResumenPago[] GetAllByAlumno(string rut_alumno)
 {
     Mantenedores.wsPago.GetAllByAlumnoRequest inValue = new Mantenedores.wsPago.GetAllByAlumnoRequest();
     inValue.Body            = new Mantenedores.wsPago.GetAllByAlumnoRequestBody();
     inValue.Body.rut_alumno = rut_alumno;
     Mantenedores.wsPago.GetAllByAlumnoResponse retVal = ((Mantenedores.wsPago.wsPagoSoap)(this)).GetAllByAlumno(inValue);
     return(retVal.Body.GetAllByAlumnoResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Mantenedores.wsPago.GetAllByAlumnoResponse> Mantenedores.wsPago.wsPagoSoap.GetAllByAlumnoAsync(Mantenedores.wsPago.GetAllByAlumnoRequest request)
 {
     return(base.Channel.GetAllByAlumnoAsync(request));
 }
Exemple #4
0
 Mantenedores.wsPago.GetAllByAlumnoResponse Mantenedores.wsPago.wsPagoSoap.GetAllByAlumno(Mantenedores.wsPago.GetAllByAlumnoRequest request)
 {
     return(base.Channel.GetAllByAlumno(request));
 }