The Controller is always returning the error message when the email is registered in the database.
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult Create([Bind(Include = "Id,Nome,Email,Senha")] Pessoas pessoas)
{
if (pessoas != n...
asked by
26.10.2018 / 18:29