コード例 #1
0
 public async Task <List <DeptNode> > GetDeptList()
 {
     return(await _deptService.GetDeptList());
 }