Ejemplo n.º 1
0
 public int GetPendingApprovalCount(Int64 userId)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.GetPendingApprovalCount(userId));
     }
 }