RestAPI new methods.

This commit is contained in:
Yuee Shiness 2023-05-19 16:50:15 +04:00
parent 2a1d3bb6fa
commit 3131e7626c

View File

@ -3,6 +3,7 @@ using ComputerStoreContracts.BusinessLogicContracts;
using ComputerStoreContracts.SearchModels;
using ComputerStoreContracts.ViewModels;
using Microsoft.AspNetCore.Mvc;
using System.Windows;
namespace ComputerStoreRestAPI.Controllers
{
@ -244,8 +245,11 @@ namespace ComputerStoreRestAPI.Controllers
}
[HttpGet]
public List<ReportConsignmentsViewModel> GetReportConsignmentsList(ReportComponentsBindingModel model)
{
return _employeeReportLogic.GetConsignmentsByComponents(model);
}
#region Request