creating car
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<h1>Create</h1>
|
||||
|
||||
<h4>Car</h4>
|
||||
<h4>Create new car</h4>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
@@ -33,6 +33,8 @@
|
||||
<option> 3 </option>
|
||||
<option> 4 </option>
|
||||
<option> 5 </option>
|
||||
<option> 6 </option>
|
||||
<option> 7 </option>
|
||||
</select>
|
||||
<span asp-validation-for="CountPassengerSeats" class="text-danger"></span>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@model IEnumerable<Data.Entities.Car>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewData["Title"] = "Cars";
|
||||
}
|
||||
|
||||
<h1>Index</h1>
|
||||
|
||||
Reference in New Issue
Block a user