public void Insert(Artist entity) { _artistDAL.Add(entity); }
public void Insert(Artist entity) { Check(entity); artistDAL.Add(entity); }