Exemple #1
0
 public PatientRepository(AllergyHistoryContext context)
 {
     this.dbContext = context;
 }
Exemple #2
0
 public AllergenSeverityRepository(AllergyHistoryContext context)
 {
     this.dbContext = context;
 }
Exemple #3
0
 public DrugRepository(AllergyHistoryContext context)
 {
     this.dbContext = context;
 }
Exemple #4
0
 public AllergenReactionRepository(AllergyHistoryContext context)
 {
     this.dbContext = context;
 }
Exemple #5
0
 public AllergenTypeRepository(AllergyHistoryContext context)
 {
     this.dbContext = context;
 }