public System.Threading.Tasks.Task <Mantenedores.wsEstadoCuenta.GetTotalPagadoResponse> GetTotalPagadoAsync(string rut, int curso)
 {
     Mantenedores.wsEstadoCuenta.GetTotalPagadoRequest inValue = new Mantenedores.wsEstadoCuenta.GetTotalPagadoRequest();
     inValue.Body       = new Mantenedores.wsEstadoCuenta.GetTotalPagadoRequestBody();
     inValue.Body.rut   = rut;
     inValue.Body.curso = curso;
     return(((Mantenedores.wsEstadoCuenta.wsEstadoCuentaSoap)(this)).GetTotalPagadoAsync(inValue));
 }
 public int GetTotalPagado(string rut, int curso)
 {
     Mantenedores.wsEstadoCuenta.GetTotalPagadoRequest inValue = new Mantenedores.wsEstadoCuenta.GetTotalPagadoRequest();
     inValue.Body       = new Mantenedores.wsEstadoCuenta.GetTotalPagadoRequestBody();
     inValue.Body.rut   = rut;
     inValue.Body.curso = curso;
     Mantenedores.wsEstadoCuenta.GetTotalPagadoResponse retVal = ((Mantenedores.wsEstadoCuenta.wsEstadoCuentaSoap)(this)).GetTotalPagado(inValue);
     return(retVal.Body.GetTotalPagadoResult);
 }
 System.Threading.Tasks.Task <Mantenedores.wsEstadoCuenta.GetTotalPagadoResponse> Mantenedores.wsEstadoCuenta.wsEstadoCuentaSoap.GetTotalPagadoAsync(Mantenedores.wsEstadoCuenta.GetTotalPagadoRequest request)
 {
     return(base.Channel.GetTotalPagadoAsync(request));
 }
 Mantenedores.wsEstadoCuenta.GetTotalPagadoResponse Mantenedores.wsEstadoCuenta.wsEstadoCuentaSoap.GetTotalPagado(Mantenedores.wsEstadoCuenta.GetTotalPagadoRequest request)
 {
     return(base.Channel.GetTotalPagado(request));
 }