package Pattern_Command2;

public interface Order {
    void execute();
}
