Beispiel #1
0
        public async Task <ListResponse <SolutionSummary> > GetSolutionsForOrgAsync()
        {
            var deploymentConfiguration = await _solutionManager.GetSolutionsForOrgsAsync(OrgEntityHeader.Id, UserEntityHeader);

            var response = ListResponse <SolutionSummary> .Create(deploymentConfiguration);

            return(response);
        }