BoiseState / interfaith-donation

Donation app and website to manage donations for Interfaith Sanctuary.
GNU General Public License v2.0
4 stars 1 forks source link

Create a route for getDonationsByDonorId #257

Closed amyfeiling closed 6 years ago

amyfeiling commented 6 years ago

Create a route in the DonationsController for getDonationsByDonorId. Create a new method in DonationsRepository.

List findByDonorId(long donorId);