コード例 #1
0
        private void Prepare(MajorType major, int?id)
        {
            Input = _perkService.GetForEdit(id);
            var branches = _branchService.GetAll(major);

            Branches = _coreLogic.ToSelectableList(branches);
        }