Exemplo n.º 1
0
 public BaseService()
 {
     _dbContext  = new DoctorDbContext();
     _innerDbSet = _dbContext.Set <T>();
 }