Ejemplo n.º 1
0
        private async Task MigrationDown()
        {
            await using var context = new IntegrationTestSagaDbContextFactory().CreateDbContext();

            await context.Database.EnsureDeletedAsync();
        }
Ejemplo n.º 2
0
 public StateMachineIntegrationTestFixture()
 {
     _factory = new IntegrationTestSagaDbContextFactory();
 }