Ejemplo n.º 1
0
        public async Task <ActionResult> Index()
        {
            string userId = User.Identity.GetUserId();

            return(View(await _address.GetCustomerAddresses(userId)));
        }