using Volo.Abp.DependencyInjection; namespace EShopOnAbp.Shared.Hosting.Microservices.DbMigrations; public abstract class DatabaseMigrationEventHandlerBase : ITransientDependency { }