예제 #1
0
 public BaseService()
 {
     _dbContext  = new DoctorDbContext();
     _innerDbSet = _dbContext.Set <T>();
 }