From 13ffe5732e57764411abc4bc972a71004f7aebfe Mon Sep 17 00:00:00 2001 From: platoff aeeee Date: Wed, 22 May 2024 11:10:46 +0400 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=B0=D1=8F=205?= =?UTF-8?q?=20=D0=BB=D0=B0=D0=B1=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SearchModels/ClientSearchModel.cs | 2 ++ FurnitureAssembly/FurnitureAssemblyView/FormClients.Designer.cs | 1 + 2 files changed, 3 insertions(+) diff --git a/FurnitureAssembly/FurnitureAssemblyContracts/SearchModels/ClientSearchModel.cs b/FurnitureAssembly/FurnitureAssemblyContracts/SearchModels/ClientSearchModel.cs index 18443ee..aedf7a5 100644 --- a/FurnitureAssembly/FurnitureAssemblyContracts/SearchModels/ClientSearchModel.cs +++ b/FurnitureAssembly/FurnitureAssemblyContracts/SearchModels/ClientSearchModel.cs @@ -10,6 +10,8 @@ namespace FurnitureAssemblyContracts.SearchModels public class ClientSearchModel { public int? Id { get; set; } + public string? ClientFIO { get; set; } + public string? Email { get; set; } diff --git a/FurnitureAssembly/FurnitureAssemblyView/FormClients.Designer.cs b/FurnitureAssembly/FurnitureAssemblyView/FormClients.Designer.cs index d7ab7cb..2ee87d5 100644 --- a/FurnitureAssembly/FurnitureAssemblyView/FormClients.Designer.cs +++ b/FurnitureAssembly/FurnitureAssemblyView/FormClients.Designer.cs @@ -78,6 +78,7 @@ this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormClients"; this.Text = "Клиенты"; + this.Load += new System.EventHandler(this.FormClients_Load); this.Click += new System.EventHandler(this.FormClients_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false);