Ejemplo n.º 1
0
 public IEnumerable <Song> GetAllItems()
 {
     return(_songRepo.GetAllItems());
 }