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;
 }
 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;
 }
 public MongoPatientMedSuppRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
예제 #9
0
 public MongoAllergyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }