Esempio n. 1
0
 // GET: api/Songs
 public IEnumerable <Song> Get()
 {
     return(SongList.GetAll());
 }