LifePayment/LifePayment.Application/Promoter/PromoterService.cs
@@ -172,6 +172,7 @@ var query = from cc in lifePayChannelConsultationRepository join p in lifePayPromoterRepository on cc.PromoterId equals p.Id into pg from pgd in pg.DefaultIfEmpty() where cc.Id == id select new ChannelConsultationDto { Id = cc.Id,