4 lines
48 B
C#
4 lines
48 B
C#
public interface IAction
|
|
{
|
|
void Execute();
|
|
} |
public interface IAction
|
|
{
|
|
void Execute();
|
|
} |