1 /*
2 * Demosys.
3 *
4 * Terms of license - http://opensource.org/licenses/apachepl.php
5 */
6 package org.demosys.web.story;
7 /***
8 */
9 public interface StoryService {
10 void newStory(StoryView story) throws CreateStoryException;
11 }
This page was automatically generated by Maven