コード例 #1
0
 internal int AttendanceAdjustment(List <HRM_ATTENDANCE> attendances, string PunishedBy)
 {
     return(objCtx_DAL.AttendanceAdjustment(attendances, PunishedBy));
 }