예제 #1
0
 public Task <List <DonationImpact> > GetDonationImpact(string country, string charity, decimal amount)
 {
     return(service.GetDonationImpact(country, charity, amount));
 }