コード例 #1
0
ファイル: WinLogic.cs プロジェクト: Rourss/CsharpExercise
 public bool IsOverdue(string bookid)
 {
     return(borrow.IsOverdue(bookid));
 }