コード例 #1
0
ファイル: Copy.cs プロジェクト: budingerbc/Library
 public string GetBookTitle()
 {
     return(Book.Find(_bookId).GetTitle());
 }