Example #1
0
 public ShortStoriesController(IShortStoriesService stories, IShortStoryCommentsService comments)
 {
     this.stories  = stories;
     this.comments = comments;
 }
Example #2
0
 public ShortStoriesController(IShortStoriesService stories, IShortStoryCommentsService comments)
 {
     this.stories = stories;
     this.comments = comments;
 }