Example #1
0
        public ActionResult Index(int?id)
        {
            List <NewsBOL> lst = NewsDAL.GetAllWithType(__type, id.HasValue ? id.Value : 0);

            return(View(lst));
        }