public void Update(int id, Ressources entity) { _repo.Update(id, entity.ToDAL()); }
public void Add(Ressources entity) { _repo.Add(entity.ToDAL()); }