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

            WS_FakeAuto.WS_FakeAuto ds = new WS_FakeAuto.WS_FakeAuto();
            try { dt = ds.DanhSachBaiViet(idkenh); }
            catch { }
            return(dt);
        }