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