コード例 #1
0
 public StubMedicationMappingRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #2
0
 public StubPatientAllergyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #3
0
 public MongoSearchRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #4
0
 public MongoPatientSystemRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #5
0
 public MongoPatientMedFrequencyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #6
0
 public MongoMedicationRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #7
0
 public MongoPatientUtilizationRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #8
0
 public MongoPatientMedSuppRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
コード例 #9
0
 public MongoAllergyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }