Пример #1
0
        public async Task <ListResponse <DeviceWorkflowSummary> > GetDeviceWorkflowsForOrgAsync()
        {
            var deviceWorkflows = await _deviceAdminManager.GetDeviceWorkflowsForOrgsAsync(OrgEntityHeader.Id, UserEntityHeader);

            return(ListResponse <DeviceWorkflowSummary> .Create(deviceWorkflows));
        }