+ Создать заказ +
++ Номер + | ++ Двигатель + | ++ Дата создания + | ++ Количество + | ++ Сумма + | ++ Статус + | +
---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.EngineName) + | ++ @Html.DisplayFor(modelItem => item.DateCreate) + | ++ @Html.DisplayFor(modelItem => item.Count) + | ++ @Html.DisplayFor(modelItem => item.Sum) + | ++ @Html.DisplayFor(modelItem => item.Status) + | +
+ Request ID: @Model.RequestId
+
+ Swapping to Development environment will display more detailed information about the error that occurred. +
++ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +
diff --git a/Aparyan.ISE_22.MotorPlant/MotorPlantClientApi/Views/Shared/_Layout.cshtml b/Aparyan.ISE_22.MotorPlant/MotorPlantClientApi/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..c2c4a00 --- /dev/null +++ b/Aparyan.ISE_22.MotorPlant/MotorPlantClientApi/Views/Shared/_Layout.cshtml @@ -0,0 +1,55 @@ + + + + + +