Beispiel #1
0
        public IActionResult CaseSelectionProtokolList()
        {
            var model = new CaseSelectionProtokolFilterVM();

            ViewBag.JudgeRoleId_ddl     = service.SelectJudgeRole_ForDropDownList();
            ViewBag.SelectionModeId_ddl = service.SelectSelectionMode_ForDropDownList();
            ViewBag.CaseGroupId_ddl     = nomService.GetDropDownList <CaseGroup>();
            ViewBag.ProtokolState_ddl   = nomService.GetDropDownList <SelectionProtokolState>();
            ViewBag.CourtGroupId_ddl    = nomService.GetDDL_CourtGroup(userContext.CourtId);
            ViewBag.LoadGroupLinkId_ddl = nomService.GetDDL_LoadGroupLink();
            SetHelpFile(HelpFileValues.AssignmentInfo);
            return(View(model));
        }