Пример #1
0
 public IQueryable <TicketCategory> GetAllCategories()
 {
     return(_repository.GetAllCategories());
 }