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