Exemplo n.º 1
0
        public async Task <IActionResult> AddToNewsLetter(string email)
        {
            await _service.Create(email);

            return(this.RedirectToAction("Index", "Home"));
        }