LayDanhSachNhanVienHetHanHeSoLuongNangSuat() public method

public LayDanhSachNhanVienHetHanHeSoLuongNangSuat ( System.DateTime ip_dat_ngay_hien_tai ) : DataSet
ip_dat_ngay_hien_tai System.DateTime
return System.Data.DataSet
        private DataSet get_nv_het_han_hs_lns()
        {
            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_HS_LNS_NHAN_VIEN_THEO_THANG v_us_f419_hs_lns = new US_V_F419_BAO_CAO_HS_LNS_NHAN_VIEN_THEO_THANG();
                DataSet v_ds = v_us_f419_hs_lns.LayDanhSachNhanVienHetHanHeSoLuongNangSuat(v_ngay_hien_tai);

                return v_ds;
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
                return null;
            }
        }