Beispiel #1
0
        public ActionResult Reviews()
        {
            List <GDictionaryModel>   list     = new List <GDictionaryModel>();
            InformationServiceWrapper InforObj = new InformationServiceWrapper();

            list = InforObj.FetchReviews();
            ViewBag.ReviewList = list;
            return(View());
        }