コード例 #1
0
 public BookAuthorManager(IBookFacade bookFacade, IAuthorFacade authorFacade, IBookAuthorFacade bookAuthorFacade)
 {
     this.authorFacade     = authorFacade;
     this.bookFacade       = bookFacade;
     this.bookAuthorFacade = bookAuthorFacade;
 }
コード例 #2
0
 public BookAuthorManager(IBookFacade bookFacade, IAuthorFacade authorFacade, IBookAuthorFacade bookAuthorFacade)
 {
     this.authorFacade = authorFacade;
     this.bookFacade = bookFacade;
     this.bookAuthorFacade = bookAuthorFacade;
 }