示例#1
0
        public ActionResult Details(int Id)
        {
            var vm = service.GetMonitorVm(Id);

            return(View(vm));
        }