コード例 #1
0
ファイル: TestDataContext.cs プロジェクト: Rumhyek/TagPlayer
 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();
 }