示例#1
0
        public async Task <ListResponse <UserInfoSummary> > GetDeviceUsersAsync(string deviceRepoId, EntityHeader org, EntityHeader user, ListRequest listRequest)
        {
            await AuthorizeAsync(user, org, "GetDeviceUsersAsync", deviceRepoId);

            return(await _appUserRepo.GetDeviceUsersAsync(deviceRepoId, listRequest));
        }