RestAPI new methods.
This commit is contained in:
parent
2a1d3bb6fa
commit
3131e7626c
@ -3,6 +3,7 @@ using ComputerStoreContracts.BusinessLogicContracts;
|
|||||||
using ComputerStoreContracts.SearchModels;
|
using ComputerStoreContracts.SearchModels;
|
||||||
using ComputerStoreContracts.ViewModels;
|
using ComputerStoreContracts.ViewModels;
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using System.Windows;
|
||||||
|
|
||||||
namespace ComputerStoreRestAPI.Controllers
|
namespace ComputerStoreRestAPI.Controllers
|
||||||
{
|
{
|
||||||
@ -244,8 +245,11 @@ namespace ComputerStoreRestAPI.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
[HttpGet]
|
||||||
|
public List<ReportConsignmentsViewModel> GetReportConsignmentsList(ReportComponentsBindingModel model)
|
||||||
|
{
|
||||||
|
return _employeeReportLogic.GetConsignmentsByComponents(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#region Request
|
#region Request
|
||||||
|
Loading…
Reference in New Issue
Block a user