Beispiel #1
0
        public static WipService.getGiftSummariesResponse GetGiftSummaries(string id)
        {
            ApiServiceGifts gifts = new ApiServiceGifts();

            Models.Util.SaveAction(Util.Actions.GetDonorGiftInformation.ToString() + ": " + id);
            return(gifts.GetGiftSummaries(id));
        }
Beispiel #2
0
 public static WipService.getGiftSummariesResponse GetGiftSummaries(string id)
 {
     ApiServiceGifts gifts = new ApiServiceGifts();
     Models.Util.SaveAction(Util.Actions.GetDonorGiftInformation.ToString() + ": " + id);
     return gifts.GetGiftSummaries(id);
 }
Beispiel #3
0
 public HomeController()
 {
     Service = new ApiServiceDonors();
     GiftService = new ApiServiceGifts();
 }