예제 #1
0
 public void Update(Artist entity)
 {
     _artistDAL.Update(entity);
 }
예제 #2
0
 public void Update(Artist entity)
 {
     Check(entity);
     artistDAL.Update(entity);
 }