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