Ejemplo n.º 1
0
 public Artist GetById(long id)
 {
     return(_artistDao.GetById(id));
 }