コード例 #1
0
 public virtual List <HRM_ATTENDANCE> GetAllAttendanceByDate(string OCODE, DateTime date)
 {
     return(objCtx_DAL.GetAllAttendanceByDate(OCODE, date));
 }