示例#1
0
 public DetroitHarpsDbContextTest()
 {
     _dbContext = InMemoryDbContextProvider.GetContext();
 }
 public AuditPropertyManagerTest()
 {
     _dbContext = InMemoryDbContextProvider.GetContext();
     _dbContext.Database.EnsureCreated();
 }