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