Пример #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;
 }