Exemplo n.º 1
0
        public async Task <ActionResult> FindVeteran()
        {
            var user = await _userManager.GetUserAsync(User);

            if (_matchService.IsVerified())
            {
                _matchService.FindVeteran();
            }
            return(RedirectToAction("Index", "Lawyer"));
        }