From 2fe9574509cf57b9a5de118ae9edcfa70d4bc264 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Wed, 5 Apr 2023 09:03:17 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=83?= =?UTF-8?q?=D0=B6=D0=B0=D1=81=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BC=D0=B8=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/IImplementerModel.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename BlacksmithWorkshop/{BlacksmithWorkshopDatabaseImplement => BlacksmithWorkshopDataModels}/Models/IImplementerModel.cs (74%) diff --git a/BlacksmithWorkshop/BlacksmithWorkshopDatabaseImplement/Models/IImplementerModel.cs b/BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs similarity index 74% rename from BlacksmithWorkshop/BlacksmithWorkshopDatabaseImplement/Models/IImplementerModel.cs rename to BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs index f00bc19..9ac63d5 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopDatabaseImplement/Models/IImplementerModel.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs @@ -1,11 +1,10 @@ -using BlacksmithWorkshopDataModels; -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -namespace BlacksmithWorkshopDatabaseImplement.Models +namespace BlacksmithWorkshopDataModels.Models { //модель исполнителя public interface IImplementerModel : IId