OK , Database added
This commit is contained in:
@ -49,7 +49,7 @@ namespace Vidly.Controllers
|
||||
return View(cust);
|
||||
}
|
||||
}
|
||||
return View(new Customer { Name="",Id=0});
|
||||
return HttpNotFound();
|
||||
}
|
||||
|
||||
public ActionResult Movies()
|
||||
|
||||
Reference in New Issue
Block a user