Exemple #1
0
 public VerseCommentaryController(
     ICommentatorRepository commentatorRepository,
     ICommentaryRepository commentaryRepository,
     ICommentariesForVerseFactory commentariesForVerseFactory,
     ISelectChapterAndVerseFactory selectChapterAndVerseFactory)
 {
     CommentatorRepository        = commentatorRepository;
     CommentaryRepository         = commentaryRepository;
     CommentariesForVerseFactory  = commentariesForVerseFactory;
     SelectChapterAndVerseFactory = selectChapterAndVerseFactory;
 }
Exemple #2
0
 public CommentariesForVerseController(ICommentariesForVerseFactory commentariesForVerseBuilder)
 {
     CommentariesForVerseBuilder = commentariesForVerseBuilder;
 }