예제 #1
0
 IList <DonationRecipient> IDonationsQuery.GetRecipients()
 {
     return(_repository.GetRecipients());
 }