LifePayment/LifePayment.HttpApi/LifePay/PromoterController.cs
@@ -50,6 +50,7 @@ /// <param name="phoneNumber"></param> /// <returns></returns> [HttpGet] [AllowAnonymous] public async Task<PromoterDto> GetPromoter(string phoneNumber) { return await promoterService.GetPromoter(phoneNumber); @@ -84,6 +85,7 @@ /// <returns></returns> /// <exception cref="FriendlyException"></exception> [HttpGet] [AllowAnonymous] public async Task<ChannelConsultationDto> GetChannelConsultationById(Guid id) { return await promoterService.GetChannelConsultationById(id);