@ -75,4 +75,33 @@ public async Task MigrateAsync()
}
```
The `BookstoreDbSchemaMigrator` class is used in the `MigrateDatabaseSchemaAsync` method for the database migration process. It is responsible for applying migrations to the database.
The `BookstoreDbSchemaMigrator` class is used in the `MigrateDatabaseSchemaAsync` method for the database migration process. It is responsible for applying migrations to the database.
```csharp
public class BookstoreDbSchemaMigrator : ITransientDependency