From 286f384cbc9b2c13dda2506abf6485d56f791ed3 Mon Sep 17 00:00:00 2001 From: antoc0der <1@DESKTOP-K1L8ND3> Date: Fri, 29 Mar 2024 09:36:12 +0400 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowerShopDatabaseImplement/Order.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FlowerShopDatabaseImplement/Order.cs b/FlowerShopDatabaseImplement/Order.cs index 16bc754..b65e9db 100644 --- a/FlowerShopDatabaseImplement/Order.cs +++ b/FlowerShopDatabaseImplement/Order.cs @@ -44,7 +44,6 @@ namespace FlowerShopDatabaseImplement.Models DateCreate = model.DateCreate, DateImplement = model.DateImplement, FlowerId = model.FlowerId, - //Flower = context.Flowers.FirstOrDefault(x => x.Id == model.FlowerId) }; }