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