From 8e96befcd668df96220cfb12899b001b908ec638 Mon Sep 17 00:00:00 2001 From: dex_moth Date: Wed, 24 Apr 2024 19:09:02 +0400 Subject: [PATCH] links --- .../BusinessLogicsContracts/IVendorLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputerHardwareStore/ComputerHardwareStoreContracts/BusinessLogicsContracts/IVendorLogic.cs b/ComputerHardwareStore/ComputerHardwareStoreContracts/BusinessLogicsContracts/IVendorLogic.cs index 9309879..5f12939 100644 --- a/ComputerHardwareStore/ComputerHardwareStoreContracts/BusinessLogicsContracts/IVendorLogic.cs +++ b/ComputerHardwareStore/ComputerHardwareStoreContracts/BusinessLogicsContracts/IVendorLogic.cs @@ -1,4 +1,4 @@ -rHardwareStoreContracts.BindingModels; +using HardwareStoreContracts.BindingModels; using ComputerHardwareStoreContracts.SearchModels; using ComputerHardwareStoreContracts.ViewModels;