5 lines
71 B
C#
5 lines
71 B
C#
|
public IQueryable<Category>
|
||
|
GetCategories()
|
||
|
{
|
||
|
return _db.Categories;
|
||
|
}
|