creating car

This commit is contained in:
ani_konarcheva@abv.bg
2022-04-05 20:05:03 +03:00
parent 562bc7ad32
commit 34427d59a4
6 changed files with 10 additions and 17 deletions

View File

@@ -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>