예제 #1
0
        public int BaiVietDaUpTrongNgay(int idkenh)
        {
            int kq = 0;

            WS_FakeAuto.WS_FakeAuto ds = new WS_FakeAuto.WS_FakeAuto();
            kq = ds.DanhSachBaiVietDaUp(idkenh);
            return(kq);
        }