Beispiel #1
0
 public TestsRepository(DanishContext dbContext)
     : base(dbContext)
 {
     _dbContext = dbContext;
 }
 public GenericRepository(DanishContext dbContect)
 {
     _dbContext = dbContect;
 }
Beispiel #3
0
 public DataSeeding(DanishContext dbContect, IdentityContext identity)
 {
     _dbContext = dbContect;
     _identity  = identity;
 }