Example #1
0
 public GenericRepository(LoginAppDbContext loginAppDbContext)
 {
     _loginAppDbContext = loginAppDbContext;
     _dbSet             = loginAppDbContext.Set <T>();
 }