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<ReportProductComponentViewModel> GetProducts(); List<ReportRequestComponentViewModel> GetPCs();