Example #1
0
 public List <Category> GetCategories()
 {
     return(_dataProvider.GetCategories().ToList());
 }