Example #1
0
 public SistemaLiquidaciones.ProxyGasto.PresupuestoBE[] ListarGastos(SistemaLiquidaciones.ProxyGasto.PresupuestoBE oPresupuestoBE)
 {
     return(base.Channel.ListarGastos(oPresupuestoBE));
 }
Example #2
0
 public int ConsultarGastoExcedido(SistemaLiquidaciones.ProxyGasto.PresupuestoBE oPresupuestoBE)
 {
     return(base.Channel.ConsultarGastoExcedido(oPresupuestoBE));
 }
Example #3
0
 public int RegistrarGasto(SistemaLiquidaciones.ProxyGasto.PresupuestoBE oPresupuestoBE)
 {
     return(base.Channel.RegistrarGasto(oPresupuestoBE));
 }