Esempio n. 1
0
 public int Delete(int id)
 {
     return(_customRepository.Delete(id));
 }