Commit
38f6301fc2a84bcc9b8b6eee02d3340d3247b925
by gitTsk35 Moves the create and update methods from StoryService to
UserService
Moves the implementations of create and update Stories from StoryService
to UserService because the actor that can to use this functionalities
has to be an authenticated author. Moves also all test methods to the
correspondent test class. Deletes an unnecessary IllegalAccessTest class
because all methods has moved to another test class.