From 3b04ca5dc007512ed39deeefb4d7d5409297aed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=8F=D1=80=20=D0=90=D0=B3=D0=BB?= =?UTF-8?q?=D0=B8=D1=83=D0=BB=D0=BB=D0=BE=D0=B2?= Date: Wed, 1 Mar 2023 02:44:58 +0400 Subject: [PATCH] fix --- ConfectionaryFileImplement/Order.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ConfectionaryFileImplement/Order.cs b/ConfectionaryFileImplement/Order.cs index 8a00130..19f5f64 100644 --- a/ConfectionaryFileImplement/Order.cs +++ b/ConfectionaryFileImplement/Order.cs @@ -64,13 +64,8 @@ namespace ConfectioneryFileImplement.Models { return; } - PastryId = model.PastryId; - Count = model.Count; - Sum = model.Sum; Status = model.Status; - DateCreate = model.DateCreate; DateImplement = model.DateImplement; - Id = model.Id; } public OrderViewModel GetViewModel => new() {