MY-CLE / Library

Create a Library Application to lend and manage Books
GNU General Public License v3.0
1 stars 0 forks source link

write a function to retrive the borrowed status of a book #62

Closed Doderich closed 1 year ago

Doderich commented 1 year ago

->Book checks if isBorrowed <- bool

Luurit00 commented 1 year ago

can be done with fetchBook(id).getBorrowedStatus()