public SistemaLiquidaciones.ProxyGasto.PresupuestoBE[] ListarGastos(SistemaLiquidaciones.ProxyGasto.PresupuestoBE oPresupuestoBE) { return(base.Channel.ListarGastos(oPresupuestoBE)); }
public int ConsultarGastoExcedido(SistemaLiquidaciones.ProxyGasto.PresupuestoBE oPresupuestoBE) { return(base.Channel.ConsultarGastoExcedido(oPresupuestoBE)); }
public int RegistrarGasto(SistemaLiquidaciones.ProxyGasto.PresupuestoBE oPresupuestoBE) { return(base.Channel.RegistrarGasto(oPresupuestoBE)); }