Beispiel #1
0
 public ActionResult AgregarEarlyAdopter(string email)
 {
     UsuarioServicio.AgregarEarlyAdopter(email);
     return(RedirectToAction("Index"));
 }