示例#1
0
 public DataTable SelectEmployeeAttendance(string from, string to, int attndnceid)
 {
     objAttendanceDAL = new Attendance_DAL();
     return(objAttendanceDAL.SelectEmployeeAttendance(from, to, attndnceid));
 }