package tzatziki.web; /** * @author <a href="http://twitter.com/aloyer">@aloyer</a> */ public interface ScenarioDAO { void check(); }