Merge branch 'CourseworkRestAPI' into CourseworkEmployeeApp
This commit is contained in:
commit
54dadbeb7e
@ -505,5 +505,11 @@ namespace ComputerStoreRestAPI.Controllers
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
[HttpGet]
|
||||
public List<ReportConsignmentsViewModel> GetReportConsignments(ReportComponentsBindingModel model)
|
||||
{
|
||||
return _employeeReportLogic.GetConsignmentsByComponents(model);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user