示例#1
0
 internal static List<Session> GetRecoders(Subscription subscription)
 {
     throw new NotImplementedException();
 }
示例#2
0
 private List<Session> GetRecoders(Subscription subscription)
 {
     return DBHelper.GetRecoders(subscription);
 }