LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
@@ -29,4 +29,7 @@ Task GetAllChannlesRake(); Task GetAllLifePayConsumption(); Task CreatLifePayConsumption(ACOOLYStatusEnum status, string orderNo, string aCOOLYOrderNo, decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime); }