コード例 #1
0
        public async Task <ActionResult> Inform(string hashedAccountId)
        {
            var response = await _employerCommitmentsOrchestrator.GetInform(hashedAccountId, OwinWrapper.GetClaimValue(@"sub"));

            return(View(response));
        }