Esempio n. 1
0
 List<tblSong> IDataLayer.GetSongs(SongParams songParams)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public static List<Song> GetSongs(SongParams song)
 {
     throw new NotImplementedException();
 }