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