LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -202,6 +202,8 @@ /// <returns></returns> Task<PageOutput<CreateEditPayChannelsInput>> GetLifePayChannlesPage(PageInput input); Task<List<CreateEditPayChannelsInput>> GetLifePayChannlesAllList(); Task<CreateEditPayChannelsInput> GetLifePayChannlesDto(Guid id);