From a7272e9e7455a82fab3177827314bada54ef5931 Mon Sep 17 00:00:00 2001 From: Yunusov_Niyaz Date: Tue, 23 Apr 2024 22:36:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=81=D1=91=20=D0=B3=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=BE=20=D0=BA=20=D1=81=D0=B4=D0=B0=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CarRepairShop/CarRepairShopDataModels/IOrderModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CarRepairShop/CarRepairShopDataModels/IOrderModel.cs b/CarRepairShop/CarRepairShopDataModels/IOrderModel.cs index 7e9a1be..8caef7b 100644 --- a/CarRepairShop/CarRepairShopDataModels/IOrderModel.cs +++ b/CarRepairShop/CarRepairShopDataModels/IOrderModel.cs @@ -2,7 +2,7 @@ namespace CarRepairShopDataModels { - public interface IOrderModel + public interface IOrderModel : IId { int RepairId { get; } int ClientId { get; }