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);