commit number x

This commit is contained in:
Salikh 2024-05-25 11:08:14 +04:00
parent df95356d2e
commit 53f52a91f8
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
using Microsoft.OpenApi.Models;
using Microsoft.OpenApi.Models;
using MotorPlantBusinessLogic.BusinessLogic;
using MotorPlantBusinessLogic.BusinessLogics;
using MotorPlantContracts.BusinessLogicsContracts;

View File

@ -31,7 +31,7 @@
</div>
<div class="mb-3">
<label for="startDate">Дата открытия</label>
<input class="form-control" type="date" name="dateopen" id="dateopen" value="@(Model==null ? "" : Model.Shop?.DateOpen.ToString("yyyy-MM-dd"))" />
<input class="form-control" type="date" name="openingdate" id="openingdate" value="@(Model==null ? "" : Model.Shop?.DateOpen.ToString("yyyy-MM-dd"))" />
</div>
<div class="mb-3">
<label class="form-label">Вместимость</label>

View File

@ -1,4 +1,4 @@
@{
 @{
ViewData["Title"] = "Supply";
}
<div class="text-center">