Пример #1
0
 public StoryController(IStoryServer storyService)
 {
     _storyService = storyService;
 }
Пример #2
0
 public StoryAPIController(IStoryServer storyService)
 {
     _storyService = storyService;
     _repoPath     = "fileStorage\\images\\";
 }