Exemplo n.º 1
0
 public void Insert(Artist entity)
 {
     _artistDAL.Add(entity);
 }
Exemplo n.º 2
0
 public void Insert(Artist entity)
 {
     Check(entity);
     artistDAL.Add(entity);
 }