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