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