Esempio n. 1
0
        public ActionResult Index()
        {
            AdminReview ar = new AdminReview();

            ar = CMSService.GetAdminReview();

            return(View(ar));
        }