BKI_DichVuMatDat.US.US_GD_HS_BO_SUNG_AN_TOAN_HANG_KHONG.xoa_du_lieu_athk_bsl_thang C# (CSharp) Method

xoa_du_lieu_athk_bsl_thang() public method

public xoa_du_lieu_athk_bsl_thang ( decimal ip_dc_thang, decimal ip_dc_nam ) : void
ip_dc_thang decimal
ip_dc_nam decimal
return void
        public void xoa_du_lieu_athk_bsl_thang(decimal ip_dc_thang, decimal ip_dc_nam)
        {
            CStoredProc v_cstore = new CStoredProc("pr_xoa_du_lieu_athk_bsl_thang");

            v_cstore.addDecimalInputParam("@ip_thang", ip_dc_thang);
            v_cstore.addDecimalInputParam("@ip_nam", ip_dc_nam);
            v_cstore.ExecuteCommand(this);
        }