patterns/command/simpleremotecontrol/command.d

7 lines
87 B
D

module command.simpleremotecontrol.command;
interface Command
{
void execute();
}