Пример #1
0
        public OpportunityBuyer GetOpportunityBuyerById(int buyerId)
        {
            OpportunityBuyer buyer = opportunityRepository.GetOpportunityBuyerDetailsById(buyerId);

            buyer.Comments = null;
            return(buyer);
        }