コード例 #1
0
        public async Task <ListResponse <PipelineModuleConfigurationSummary> > GetPlannerConfigurationsForOrgAsync()
        {
            var configs = await _pipelineModuleManager.GetPlannerConfiugrationsForOrgAsync(OrgEntityHeader.Id, UserEntityHeader);

            return(ListResponse <PipelineModuleConfigurationSummary> .Create(configs));
        }