Beispiel #1
0
 public IEnumerable <LeaveRequestHistory> GetAllRequest(int id)
 {
     return(_leaveRepository.GetAllRequest(id));
 }