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