BKI_DichVuMatDat.NghiepVu.F365_quan_ly_thuong_hs_bo_sung.xoa_quy_tien_hs_bs_trong_nam C# (CSharp) Method

xoa_quy_tien_hs_bs_trong_nam() private method

private xoa_quy_tien_hs_bs_trong_nam ( ) : void
return void
        private void xoa_quy_tien_hs_bs_trong_nam()
        {
            decimal v_is_gd_quy_tien_thuong = 0;
            v_is_gd_quy_tien_thuong = find_id_gd_quy_tien_thuong(CIPConvert.ToDecimal(m_txt_chon_nam.Text.Trim()), CONST_ID_TIEN_THUONG.THUONG_HS_BS);
            US_GD_QUY_TIEN_THUONG v_us = new US_GD_QUY_TIEN_THUONG(v_is_gd_quy_tien_thuong);

            try
            {
                v_us.strDA_XOA = "Y";
                v_us.Update();
            }
            catch (Exception v_e)
            {
                throw v_e;
            }
        }