示例#1
0
 // POST: api/Songs
 public Song Post(Song value)
 {
     SongList.CreateSong(value);
     return(value);
 }