public bool Update(Gasto t) { return(objGastoRepository.Update(t)); }
public bool Update(Gasto entity) { return(gastoRepository.Update(entity)); }