示例#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();
 }