コード例 #1
0
 public int ReturnBookBLL(int bid)
 {
     return(libraraDal.ReturnBookDAL(bid));
 }