8 lines
162 B
C#
8 lines
162 B
C#
|
namespace Netmash.Infrastructure.DatabaseMigration.Services.Abstractions
|
|||
|
{
|
|||
|
public interface IMigrationService
|
|||
|
{
|
|||
|
public void Execute();
|
|||
|
}
|
|||
|
}
|