LayDuLieuCongTac() public method

public LayDuLieuCongTac ( string ip_str_option_filter, decimal ip_dc_thang, decimal ip_dc_nam ) : DataTable
ip_str_option_filter string
ip_dc_thang decimal
ip_dc_nam decimal
return System.Data.DataTable
 private void load_data_to_grid()
 {
     US_GD_CONG_TAC v_us = new US_GD_CONG_TAC();
     DS_GD_CONG_TAC v_ds = new DS_GD_CONG_TAC();
     v_ds.EnforceConstraints = false;
     m_grc.DataSource = v_us.LayDuLieuCongTac(get_option_filter(), get_thang(), get_nam());
 }