Exemple #1
0
 public string Delete(int id)
 {
     return(_db.RemoveById(id));
 }