Exemplo n.º 1
0
        public ActionResult Index()
        {
            var            customerId = UserSession.Info.Id;
            List <HGSCard> cards      = _externalService.GetHGSCardList(customerId);

            return(View(cards));
        }