コード例 #1
0
 // GET api/authorityassign
 public IEnumerable <object> Get()
 {
     return(new IEnumerable[] { _bllEmployee.GetEmployeeList(), _bllRole.GetRoleList() });
 }
コード例 #2
0
ファイル: RoleListController.cs プロジェクト: uwitec/CyScada
 // GET api/rolelist
 public IEnumerable <RoleModel> Get()
 {
     return(_bllRole.GetRoleList());
 }