Пример #1
0
        public async Task <ActionResult> Activate(Guid activationCode)
        {
            await _developerService.Activation(activationCode);

            return(RedirectToAction("Login", new { activated = true }));
        }