Exemplo n.º 1
0
 public void UpdateTipoalquiler(Tipoalquiler entity)
 {
     TipoalquilerDao.Update(entity);
 }
Exemplo n.º 2
0
 public int SaveTipoalquiler(Tipoalquiler entity)
 {
     return(TipoalquilerDao.Save(entity));
 }