コード例 #1
0
 public Book GetBookInfoById(int id)
 {
     return(bookGateway.GetBookInfoById(id));
 }