BKI_DichVuMatDat.f388_main.get_nv_het_han_lcd C# (CSharp) Method

get_nv_het_han_lcd() private method

private get_nv_het_han_lcd ( ) : DataSet
return DataSet
        private DataSet get_nv_het_han_lcd()
        {
            try
            {
                DateTime v_ngay_hien_tai = DateTime.Now.Date;
                //DateTime v_ngay_hien_tai = Convert.ToDateTime("2045 - 06 - 01 00:00:00.000");
                US_V_F419_BAO_CAO_LCD_NHAN_VIEN_THEO_THANG v_us_f419_lcd = new US_V_F419_BAO_CAO_LCD_NHAN_VIEN_THEO_THANG();
                DataSet v_ds = v_us_f419_lcd.LayDanhSachNhanVienHetHanLuongCheDo(v_ngay_hien_tai);
                return v_ds;
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
                return null;
            }
        }
f388_main