Example #1
0
 public IQueryable <Category> GetAllCategoriesQuaryable()
 {
     return(_repository.GetAllCategoriesQuaryable());
 }