예제 #1
0
 List<tblSong> IDataLayer.GetSongs(SongParams songParams)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Song.cs 프로젝트: Rumhyek/TagPlayer
 public static List<Song> GetSongs(SongParams song)
 {
     throw new NotImplementedException();
 }