Beispiel #1
0
 protected GenericRepository(HealthCheckDatabaseContext dbContext)
 {
     this._dbContext = dbContext;
     this._dbSet     = _dbContext.Set <T>();
 }
 public UserRepository(HealthCheckDatabaseContext dbContext) : base(dbContext)
 {
 }