Exemplo n.º 1
0
 public IQueryable <TicketCategory> GetAllCategories()
 {
     return(_repository.GetAllCategories());
 }