Example #1
0
 public List <Category> GetCategories(string name)
 {
     return(DataAccessManager.GetCategories(name));
 }