Beispiel #1
0
        public IActionResult LoadByCaseGroup(CaseSelectionProtocolLoadByGroupVM model)
        {
            IEnumerable <CaseSelectionProtokolLawUnitVM> modelView = null;

            ViewBag.RoleId = NomenclatureConstants.JudgeRole.Judge;
            modelView      = service.LawUnit_LoadJudgeByCaseGroup(userContext.CourtId, model.CaseGroups, model.IdStr ?? "", model.CaseId, model.judgeRoleId);
            SetViewBagLawUnits(NomenclatureConstants.SelectionMode.SelectByGroups);
            return(PartialView("_LoadedLawUnits", modelView));
        }