cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Extract setAttributes methods from DataAccess classes to helper methods #38

Open mikemolenda opened 7 years ago

mikemolenda commented 7 years ago

This allows, for instance, setAttributes for User and Event to be reused (not rewritten) in AttendanceData setAttributes - D. R. Y.