示例#1
0
 public int GetBookIDByName(string bookName, string authorName)
 {
     return(_BookManagement.GetBookIDByName(bookName, authorName));
 }