コード例 #1
0
ファイル: AdminController.cs プロジェクト: mthatikonda0/APSCM
        public ActionResult Index()
        {
            AdminReview ar = new AdminReview();

            ar = CMSService.GetAdminReview();

            return(View(ar));
        }