From eb20caf197af5807612784e9726da8463eb51db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D1=84=D1=8C=D1=8F=20=D0=AF=D0=BA=D0=BE=D0=B1?= =?UTF-8?q?=D1=87=D1=83=D0=BA?= Date: Fri, 3 May 2024 03:48:12 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D1=91=20=D1=87=D1=83=D1=82=D1=8C-?= =?UTF-8?q?=D1=87=D1=83=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LawCompany/LawCompanyDatabaseImplement/Models/HearingLawyer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LawCompany/LawCompanyDatabaseImplement/Models/HearingLawyer.cs b/LawCompany/LawCompanyDatabaseImplement/Models/HearingLawyer.cs index 8eaeeb6..a4d305e 100644 --- a/LawCompany/LawCompanyDatabaseImplement/Models/HearingLawyer.cs +++ b/LawCompany/LawCompanyDatabaseImplement/Models/HearingLawyer.cs @@ -1,4 +1,5 @@ -using System.ComponentModel.DataAnnotations; +using LawCompanyDatabaseImplement.Models; +using System.ComponentModel.DataAnnotations; namespace LawCompanyDatabaseImplement.Models {