commit number x
This commit is contained in:
parent
df95356d2e
commit
53f52a91f8
@ -1,4 +1,4 @@
|
||||
using Microsoft.OpenApi.Models;
|
||||
using Microsoft.OpenApi.Models;
|
||||
using MotorPlantBusinessLogic.BusinessLogic;
|
||||
using MotorPlantBusinessLogic.BusinessLogics;
|
||||
using MotorPlantContracts.BusinessLogicsContracts;
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@{
|
||||
@{
|
||||
ViewData["Title"] = "Supply";
|
||||
}
|
||||
<div class="text-center">
|
||||
|
Loading…
Reference in New Issue
Block a user