LifePayment/LifePayment.HttpApi/LifePay/PromoterController.cs
@@ -103,7 +103,7 @@ /// <exception cref="FormatException"></exception> [HttpPost] [AllowAnonymous] public async Task<Guid> CreateOrUpdatePromoter(CreateOrUpdatePromoterInput input) public async Task<CreateOrUpdatePromoterOutput> CreateOrUpdatePromoter(CreateOrUpdatePromoterInput input) { return await promoterService.CreateOrUpdatePromoter(input); }