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