コード例 #1
0
 public List <Book> GetAllBooks()
 {
     return(aBookGateway.GetAllBookList());
 }