Beispiel #1
0
        private async Task <int> CreateOpportunityAsync(OpportunityDto dto)
        {
            var opportunityId = await _opportunityService.CreateOpportunityAsync(dto);

            return(opportunityId);
        }