From d878842ac145a5fc88e0d41d130b71d39574b2e4 Mon Sep 17 00:00:00 2001 From: Yuee Shiness Date: Fri, 7 Apr 2023 20:10:39 +0400 Subject: [PATCH] Guarantor: Name fixes. --- .../BusinessLogic/{ReportLogic.cs => EmployeeReportLogic.cs} | 0 .../{IReportLogic.cs => IEmployeeReportLogic.cs} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ComputerStoreBusinessLogic/BusinessLogic/{ReportLogic.cs => EmployeeReportLogic.cs} (100%) rename ComputerStoreContracts/BusinessLogicContracts/{IReportLogic.cs => IEmployeeReportLogic.cs} (92%) diff --git a/ComputerStoreBusinessLogic/BusinessLogic/ReportLogic.cs b/ComputerStoreBusinessLogic/BusinessLogic/EmployeeReportLogic.cs similarity index 100% rename from ComputerStoreBusinessLogic/BusinessLogic/ReportLogic.cs rename to ComputerStoreBusinessLogic/BusinessLogic/EmployeeReportLogic.cs diff --git a/ComputerStoreContracts/BusinessLogicContracts/IReportLogic.cs b/ComputerStoreContracts/BusinessLogicContracts/IEmployeeReportLogic.cs similarity index 92% rename from ComputerStoreContracts/BusinessLogicContracts/IReportLogic.cs rename to ComputerStoreContracts/BusinessLogicContracts/IEmployeeReportLogic.cs index be65c47..375539e 100644 --- a/ComputerStoreContracts/BusinessLogicContracts/IReportLogic.cs +++ b/ComputerStoreContracts/BusinessLogicContracts/IEmployeeReportLogic.cs @@ -8,7 +8,7 @@ using System.Threading.Tasks; namespace ComputerStoreContracts.BusinessLogicContracts { - public interface IReportLogic + public interface IEmployeeReportLogic { List GetProducts(); List GetPCs();