Exemplo n.º 1
0
        public IActionResult CreditLimit()
        {
            var customer = getCurrentUser();

            return(Json(_accountFacade.GetCreditLimit(customer)));
        }