Ejemplo n.º 1
0
 public Singer GetSingerWithImage(int id)
 {
     return(singerRepository.GetSingerWithImage(id));
 }