Esempio n. 1
0
 public StoryController(IStoryServer storyService)
 {
     _storyService = storyService;
 }
Esempio n. 2
0
 public StoryAPIController(IStoryServer storyService)
 {
     _storyService = storyService;
     _repoPath     = "fileStorage\\images\\";
 }