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