Get_tat_ca_nhan_vien_can_tong_hop_thong_tin() public method

public Get_tat_ca_nhan_vien_can_tong_hop_thong_tin ( DS_RPT_THONG_TIN_TONG_HOP op_ds, decimal ip_thang, decimal ip_nam ) : void
op_ds DS_RPT_THONG_TIN_TONG_HOP
ip_thang decimal
ip_nam decimal
return void
 private DS_RPT_THONG_TIN_TONG_HOP lay_danh_sach_nhan_vien_can_tong_hop_thong_tin()
 {
     US_RPT_THONG_TIN_TONG_HOP v_us = new US_RPT_THONG_TIN_TONG_HOP();
         DS_RPT_THONG_TIN_TONG_HOP v_ds = new DS_RPT_THONG_TIN_TONG_HOP();
         v_us.Get_tat_ca_nhan_vien_can_tong_hop_thong_tin(v_ds, CIPConvert.ToDecimal(m_txt_thang.Text.Trim()), CIPConvert.ToDecimal(m_txt_nam.Text.Trim()));
         return v_ds;
 }