This commit is contained in:
parent
7ddc1debfc
commit
4494939c5f
2 changed files with 8 additions and 1 deletions
|
|
@ -1349,6 +1349,8 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
// return Error(GlobalMessages.DataNotFound, StatusCodes.Status404NotFound);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
var rawData =
|
||||
await _leaveRequestRepository.GetLeaveRequestByUserIdAsync(userId, req.Year, req.Type, req.Status);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue