示例#1
0
 public Book GetBook(int BookID)
 {
     return(_BookManagement.GetBookByID(BookID));
 }