// Timekeeping public static bool ChamCongHangNgay(PHAN_CA pc) { //Cham Cong pc.CHAM_CONG = 1; PHAN_CA.update(pc); return(true); }
// Confrim Shift public static bool XacNhanCaLamViec(PHAN_CA pc) { pc.XAC_NHAN_CONG = 1; PHAN_CA.update(pc); return(true); }