public DoctorRepository(LekMedDbContext context) : base(context)
 {
 }
Beispiel #2
0
 protected BaseRepository(LekMedDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Beispiel #3
0
 public MedicineRepository(LekMedDbContext context) : base(context)
 {
 }