Ejemplo n.º 1
0
 public IList <PermissionDetailsModel> GetOverTimePermissionDetail(Int64?paramUserId, string reqUsr, DateTime?startDate, DateTime?endDate, bool OnlyReportedToMe, Int64 LeadId)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.GetOverTimePermissionDetail(paramUserId, reqUsr, startDate, endDate, OnlyReportedToMe, LeadId));
     }
 }