Exemplo n.º 1
0
 public int GetPendingLeaveRequestCount()
 {
     return(_leaveRequestRepository.Count(r => r.Status == LeaveRequestStatus.Pending));
 }