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