Exemple #1
0
 internal List <HRM_ATTENDANCE> GetAttendanceInfo_DateWise(DateTime FromDate)
 {
     return(objCtx_DAL.GetAttendanceInfo_DateWise(FromDate));
 }