+ Создать заказ +
++ Номер + | ++ Суши + | ++ Дата создания + | ++ Количество + | ++ Сумма + | ++ Статус + | +
---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.SushiName) + | ++ @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/SushiBar/SushiBarClientApi/Views/Shared/_Layout.cshtml b/SushiBar/SushiBarClientApi/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..d2f79d5 --- /dev/null +++ b/SushiBar/SushiBarClientApi/Views/Shared/_Layout.cshtml @@ -0,0 +1,53 @@ + + + + + +