Esempio n. 1
0
 private bool CategoryExists(int id)
 {
     return(_repository.EntityExist(id));
 }