示例#1
0
 public bool RemoveCategory(string name)
 {
     return(_categoryDAL.DeleteEntity(_categoryDAL.GetCategoryByName(name)));
 }