コード例 #1
0
ファイル: DBHelper.cs プロジェクト: zhouhengda/cheeperFilm
 internal static List<Session> GetRecoders(Subscription subscription)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: FilmHelper.cs プロジェクト: zhouhengda/cheeperFilm
 private List<Session> GetRecoders(Subscription subscription)
 {
     return DBHelper.GetRecoders(subscription);
 }