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