public PostHandler(IStoryListRepository repository)
 {
     _repository = repository;
 }
 public GetHandler(IStoryListRepository storyListRepository)
 {
     _storyListRepository = storyListRepository;
 }
Exemple #3
0
 public GetHandler(IStoryListRepository storyListRepository)
 {
     _storyListRepository = storyListRepository;
 }
Exemple #4
0
 public PostHandler(IStoryListRepository repository)
 {
     _repository = repository;
 }