HienThiBangLuongCacThang() public method

public HienThiBangLuongCacThang ( System.DateTime ip_dat_tu_ngay, System.DateTime ip_dat_den_ngay, decimal ip_dc_id_nhan_vien ) : DataTable
ip_dat_tu_ngay System.DateTime
ip_dat_den_ngay System.DateTime
ip_dc_id_nhan_vien decimal
return System.Data.DataTable
 public void DisplayForQTT(DateTime ip_dat_tu_ngay, DateTime ip_dat_den_ngay, decimal ip_dc_id_nhan_vien)
 {
     US_RPT_THONG_TIN_TONG_HOP_V2 v_us = new US_RPT_THONG_TIN_TONG_HOP_V2();
     m_grc_tong_hop.DataSource = v_us.HienThiBangLuongCacThang(ip_dat_tu_ngay, ip_dat_den_ngay, ip_dc_id_nhan_vien);
     ShowDialog();
 }