BKI_DichVuMatDat.NghiepVu.f330_len_luong_cho_nv.cho_gd_hs_lns_lcd_da_co_da_xoa_Y C# (CSharp) Method

cho_gd_hs_lns_lcd_da_co_da_xoa_Y() private method

private cho_gd_hs_lns_lcd_da_co_da_xoa_Y ( ) : void
return void
        private void cho_gd_hs_lns_lcd_da_co_da_xoa_Y()
        {
            decimal v_id_gd_hs_lns_lcd = 0;
            v_id_gd_hs_lns_lcd = find_id_gd_lns_lcd(CIPConvert.ToDecimal(m_id_gd_hd));

            US_GD_HS_LNS_LCD v_us = new US_GD_HS_LNS_LCD(v_id_gd_hs_lns_lcd);
            v_us.dcID = v_id_gd_hs_lns_lcd;
            v_us.strDA_XOA = "Y";
            try
            {
                v_us.BeginTransaction();
                v_us.Update();
                v_us.CommitTransaction();
            }
            catch (Exception v_e)
            {
                throw v_e;
            }
        }