예제 #1
0
 // GET api/authorityassign
 public IEnumerable <object> Get()
 {
     return(new IEnumerable[] { _bllEmployee.GetEmployeeList(), _bllRole.GetRoleList() });
 }
예제 #2
0
 // GET api/rolelist
 public IEnumerable <RoleModel> Get()
 {
     return(_bllRole.GetRoleList());
 }