Пример #1
0
 public IList <Category> GetAllCategories(string company)
 {
     return(_assetManager.GetCategoriesList(company));
 }