Exemple #1
0
        public ActionResult GiftCard(long customerId, long eventId)
        {
            var model = _giftCardService.GetModel(eventId, customerId);

            return(PartialView("GiftCertificateForAccount", model));
        }