Example #1
0
 public DataSet GetEmployeeAttendanceRealTimeError(string strWhere, int intPageIndex, int intPageSize, out string strErrMsg)
 {
     return(dal.GetEmployeeAttendanceRealTimeError(strWhere, intPageIndex, intPageSize, out strErrMsg));
 }