New methods.
This commit is contained in:
parent
884a3692c9
commit
5f7994beaa
@ -501,6 +501,12 @@ namespace ComputerStoreRestAPI.Controllers
|
||||
throw;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
[HttpGet]
|
||||
public List<ReportConsignmentsViewModel> GetReportConsignments(ReportComponentsBindingModel model)
|
||||
{
|
||||
return _employeeReportLogic.GetConsignmentsByComponents(model);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user