示例#1
0
 public bool Update(Gasto t)
 {
     return(objGastoRepository.Update(t));
 }
示例#2
0
 public bool Update(Gasto entity)
 {
     return(gastoRepository.Update(entity));
 }