예제 #1
0
        public DataTable ThongTinCauHinhVoiceKenh(int idkenh)
        {
            DataTable dt = new DataTable();

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