public void Delete(Category category) { categoryDal.Delete(category); }
public IResult Delete(Categories category) { _categoriesDal.Delete(category); return(new SuccessResult(Messages.ProductDeleted)); }