Simple MVC CRUD. Remove NOT NULL on some attributes in Person
This commit is contained in:
10
MVC-SimpleCRUD/MVC-SimpleCRUD/Views/Home/Index.cshtml
Normal file
10
MVC-SimpleCRUD/MVC-SimpleCRUD/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,10 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home";
|
||||
}
|
||||
|
||||
<section class="card border-0 shadow-sm">
|
||||
<div class="card-body p-4">
|
||||
<h1 class="h3 mb-3">Events</h1>
|
||||
<p class="mb-0">This sample demonstrates how to create a simple CRUD ASP.NET Core MVC application using data from Person table</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user