Exemplo n.º 1
0
 public AdminBrandsService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }
 public AdminSideEffectGroupsService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public DrugService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 4
0
 public ReprDrugsService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 5
0
 public AdminUserService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }
 public AdminDrugGroupsService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 7
0
 public ReprSideEffectsService(DrugInteractionsDbContext db)
 {
     this.db = db;
 }