Ejemplo n.º 1
0
 public void Update(Artist entity)
 {
     _artistDAL.Update(entity);
 }
Ejemplo n.º 2
0
 public void Update(Artist entity)
 {
     Check(entity);
     artistDAL.Update(entity);
 }