public bool Create(Category entity) { return(_categoryDAL.Create(entity) > 0); }
public void Create(Category entity) { _categoryDal.Create(entity); }