Esempio n. 1
0
 public bool Delete(int id, int userId)
 {
     return(_repository.Delete(id, userId));
 }