MowsamR / LibraryManagement

1 stars 0 forks source link

Patron tasks #1 #22

Closed MowsamR closed 1 year ago

MowsamR commented 1 year ago

Things done:

Patron Class

  1. added constructor
  2. added Getters and Setters for every Patron attributes

Library Class

  1. added getPatrons method that returns a list of active patrons
  2. added addPatron method that adds patron to the patron list

AddPatron Class

  1. added implementation in execute method that adds patrons using 'addPatron' method from Library Class.
MowsamR commented 1 year ago

Related to Issue #1