namespace NDB.Infrastructure.DatabaseMigration.Services.Abstractions { public interface IMigrationService { public void Execute(); } }