alindgren / Fundraise

A .NET core library for building fundraising applications
MIT License
17 stars 11 forks source link

MVC example - Improve way CampaignName and FundraiserName are set for DonationViewModel #4

Open alindgren opened 7 years ago

alindgren commented 7 years ago

Currently iterating through each donation to set the FundraiserName and loading the Fundraiser entity for each donation. See https://github.com/alindgren/Fundraise/blob/master/Fundraise.MvcExample/Controllers/ProfileController.cs#L40-L48

alindgren commented 6 years ago

With #10, this might be necessary.