OK , Database added

This commit is contained in:
2019-01-17 23:44:40 +01:00
parent cd91acdf53
commit 3b75b8377d
7 changed files with 300 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace Vidly.Controllers
return View(cust);
}
}
return View(new Customer { Name="",Id=0});
return HttpNotFound();
}
public ActionResult Movies()