Пример #1
0
 public List <Category> GetCategory()
 {
     return(_categoryApplication.GetAll().ToList());
 }