PIbd-23 Valova A. D. Lab_5_Hard_ #18

Closed
ValAnn wants to merge 21 commits from Lab_5_Hard_ into Lab_5
3 changed files with 2 additions and 2 deletions
Showing only changes of commit cfa7f19da6 - Show all commits

View File

@ -10,7 +10,7 @@
<select class="form-select form-select-lg" id="shop" name="shop" asp-items="@(new SelectList(@ViewBag.Shops,"Id", "ShopName"))"></select>
</div>
<div class="mb-3">
<label class="form-label">Пицца</label>
<label class="form-label">Суши</label>
<select class="form-select form-select-lg" id="sushi" name="sushi" asp-items="@(new SelectList(@ViewBag.Sushis,"Id", "SushiName"))"></select>
</div>
<div class="mb-3">

View File

@ -12,7 +12,7 @@ using SushiBarDatabaseImplement;
namespace SushiBarDatabaseImplement.Migrations
{
[DbContext(typeof(SushiBarDatabase))]
[Migration("20240508053719_InitCreate")]
[Migration("20240508132013_InitCreate")]
partial class InitCreate
{
/// <inheritdoc />