package com.greenorange.promotion.designModel; public interface Command { void execute(); }