Beispiel #1
0
 public bool ApproveHrd(int id, int approvalHrdId)
 {
     return(iLeaveRequestRepository.ApproveHrd(id, approvalHrdId));;
 }