Exemplo n.º 1
0
        // du lieu lay voice
        public DataTable DanhSachVoiceCanLay(int idkenh)
        {
            DataTable dt = new DataTable();

            WS_FakeAuto.WS_FakeAuto ds = new WS_FakeAuto.WS_FakeAuto();
            dt = ds.DanhSachTinCanLayVoiceTheoKenh(idkenh);
            return(dt);
        }