示例#1
0
 public MongoRepository(MongoDBContext monoDBContext)
 {
     MongoDBContext = monoDBContext;
 }
示例#2
0
 public SchedulerQueueRepository(MongoDBContext mongoDBContext)
     : base(mongoDBContext)
 {
 }
 public SchedulerTaskRepository(MongoDBContext mongoDBContext)
     : base(mongoDBContext)
 {
 }