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