From 594a84eefbe08e08b7e487bf06fcad5688f62c4e Mon Sep 17 00:00:00 2001 From: sofiaivv Date: Wed, 1 May 2024 02:07:05 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D0=B4=D0=B5=D0=BB=20=D0=BC=D1=83?= =?UTF-8?q?=D0=B6=D0=B8=D0=BA=20=D1=88=D0=BB=D1=8F=D0=BF=D1=83=20=D0=B0=20?= =?UTF-8?q?=D0=BE=D0=BD=D0=B0=20=D0=B5=D0=BC=D1=83=20=D0=BA=D0=B0=D0=BA=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/{IConsultantModel.cs => IConsultationModel.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LawCompany/LawCompany/Models/{IConsultantModel.cs => IConsultationModel.cs} (100%) diff --git a/LawCompany/LawCompany/Models/IConsultantModel.cs b/LawCompany/LawCompany/Models/IConsultationModel.cs similarity index 100% rename from LawCompany/LawCompany/Models/IConsultantModel.cs rename to LawCompany/LawCompany/Models/IConsultationModel.cs