FillDatasetGetChamCongTheoThang() public method

public FillDatasetGetChamCongTheoThang ( DS_GD_CHAM_CONG_LAM_THEM v_ds, string ip_str_thang, string ip_str_nam ) : void
v_ds DS_GD_CHAM_CONG_LAM_THEM
ip_str_thang string
ip_str_nam string
return void
 private decimal get_so_luong_cham_cong()
 {
     US_GD_CHAM_CONG_LAM_THEM v_us = new US_GD_CHAM_CONG_LAM_THEM();
     DS_GD_CHAM_CONG_LAM_THEM v_ds = new DS_GD_CHAM_CONG_LAM_THEM();
     v_us.FillDatasetGetChamCongTheoThang(v_ds, m_txt_thang.Text, m_txt_nam.Text);
     return v_ds.Tables[0].Rows.Count;
 }