Пример #1
0
 public List <Category> GetAllWithStatus()
 {
     return(_CategoriesRepository.GetAllWithStatus());
 }