BKI_DichVuMatDat.NghiepVu.f310_cap_nhat_cong_tac_v2.save_for_cham_dut_cong_tac C# (CSharp) Method

save_for_cham_dut_cong_tac() private method

private save_for_cham_dut_cong_tac ( US_GD_CONG_TAC ip_us_ct_hien_tai ) : void
ip_us_ct_hien_tai US_GD_CONG_TAC
return void
        private void save_for_cham_dut_cong_tac(US_GD_CONG_TAC ip_us_ct_hien_tai)
        {
            ip_us_ct_hien_tai.CapNhatHetHieuLucCongTac(ip_us_ct_hien_tai.dcID_NHAN_VIEN, ip_us_ct_hien_tai.datNGAY_KET_THUC);
            CHRM_BaseMessages.MsgBox_Infor(CONST_ID_MSGBOX.INFOR_LUU_DU_LIEU_THANH_CONG);
            Close();
        }