Пример #1
0
 public virtual void DeleteCategory(TC category)
 {
     _repository.DeleteCategory(category);
 }