コード例 #1
0
ファイル: BranchController.cs プロジェクト: ESDP-C-5/ESDP
        public async Task <ActionResult> AddGroup(CreateGroupViewModel groupViewModel)
        {
            await _branchService.CreateGroupAndTimeTable(groupViewModel);

            return(RedirectToAction("Index"));
        }