LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayRateService.cs
@@ -47,4 +47,6 @@ /// <param name="id"></param> /// <returns></returns> Task<int> DeleteRateChannel(Guid id); Task<CreateEditRateChannelOutput> GetRateChannelByCode(string code); }