LayDanhSachHeSoLNS() public method

public LayDanhSachHeSoLNS ( string ip_str_filter, decimal ip_dc_thang, decimal ip_dc_nam ) : DataTable
ip_str_filter string
ip_dc_thang decimal
ip_dc_nam decimal
return System.Data.DataTable
 //Load data
 private void load_data_2_grid_lns()
 {
     US_GD_HE_SO_LNS v_us = new US_GD_HE_SO_LNS();
     m_grc.DataSource = v_us.LayDanhSachHeSoLNS(get_option_filter(), get_thang(), get_nam());
 }