From 7a774b8c86b0a5c67a98facdf0013213bc101558 Mon Sep 17 00:00:00 2001 From: Nastya_Kozlova Date: Sat, 27 Apr 2024 22:44:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessLogicsContracts/IEquipmentLogic.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CarCenter/CarCenterContracts/BusinessLogicsContracts/IEquipmentLogic.cs b/CarCenter/CarCenterContracts/BusinessLogicsContracts/IEquipmentLogic.cs index f49f36d..f0f5509 100644 --- a/CarCenter/CarCenterContracts/BusinessLogicsContracts/IEquipmentLogic.cs +++ b/CarCenter/CarCenterContracts/BusinessLogicsContracts/IEquipmentLogic.cs @@ -14,7 +14,6 @@ namespace CarCenterContracts.BusinessLogicsContracts { List? ReadList(EquipmentSearchModel? model); EquipmentViewModel? ReadElement(EquipmentSearchModel model); - bool AddDinnerToRoom(EquipmentSearchModel model, IEquipmentModel dinner); bool Create(EquipmentBindingModel model); bool Update(EquipmentBindingModel model); bool Delete(EquipmentBindingModel model);