Пример #1
0
 public IEnumerable <CategoryVM> Get()
 {
     return(cat.getAllCategories());
 }