Пример #1
0
 public void CreateCategory(Category category)
 {
     _iCategoryBL.CreateCategory(category);
 }