Пример #1
0
        public IEnumerable <OpportunityBuyer> GetAllOpportunityBuyersName(int opportunityId, int accountId)
        {
            IEnumerable <OpportunityBuyer> buyers = opportunityRepository.GetAllOpportunityBuyerNames(opportunityId, accountId);

            return(buyers);
        }