public void ContentAdd(Content content) { _contentDAL.Insert(content); }
public void Add(Content parameter) { _ContentDAL.Insert(parameter); }