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