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;
 }