Exemplo n.º 1
0
 public void Update(int id, Ressources entity)
 {
     _repo.Update(id, entity.ToDAL());
 }
Exemplo n.º 2
0
 public void Add(Ressources entity)
 {
     _repo.Add(entity.ToDAL());
 }