Esempio n. 1
0
 public int DeleteItemById(int id)
 {
     return(_songRepo.DeleteItem(id));
 }