Guarantor: Name fixes.

This commit is contained in:
Yuee Shiness 2023-04-07 20:10:39 +04:00
parent 81454cabe4
commit d878842ac1
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace ComputerStoreContracts.BusinessLogicContracts namespace ComputerStoreContracts.BusinessLogicContracts
{ {
public interface IReportLogic public interface IEmployeeReportLogic
{ {
List<ReportProductComponentViewModel> GetProducts(); List<ReportProductComponentViewModel> GetProducts();
List<ReportRequestComponentViewModel> GetPCs(); List<ReportRequestComponentViewModel> GetPCs();