示例#1
0
 private bool CategoriesExists(int id)
 {
     return(_categoriesRepository.Any(e => e.IdCategory == id));
 }