コード例 #1
0
        public ActionResult InformationSystemDetail(int masterId)
        {
            var rep      = new ApplicationMasterRepository();
            var response = rep.GetInforInformationSystem(masterId);

            return(Json(response));
        }