示例#1
0
 public BooksController(IBooksService books, IBookCommentsService comments)
 {
     this.books = books;
     this.comments = comments;
 }
示例#2
0
 public BooksController(IBooksService books, IBookCommentsService comments)
 {
     this.books    = books;
     this.comments = comments;
 }