Exemplo n.º 1
0
 DonationRecipient IDonationsQuery.GetRecipient(Guid id)
 {
     return(_repository.GetRecipient(id));
 }