Exemple #1
0
 public TestServerFixture()
 {
     WebHost = CreateHost();
     WebHost.MigrateDbContext <EnrollingContext>((_, __) => { });
 }