Exemplo n.º 1
0
        public async Task <IEnumerable <DeviceRepositorySummary> > GetDeploymentHostsForOrgAsync(string orgId, EntityHeader user)
        {
            await AuthorizeOrgAccessAsync(user, orgId, typeof(DeviceRepository));

            return(await _deviceRepositoryRepo.GetDeviceRepositoriesForOrgAsync(orgId));
        }