Exemplo n.º 1
0
        public ActionResult UpdateStatus(int newsId)
        {
            NewsDataStore Obj = new NewsDataStore();

            Obj.UpdateNewsStatus(newsId);
            return(RedirectToAction("GetNewsList"));
        }