Ejemplo n.º 1
0
 public IList <Artist> GetList()
 {
     return(_artistDao.GetList());
 }