Esempio n. 1
0
 public string Delete(int id)
 {
     return(_repo.DeleteOne(id));
 }