LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -12,7 +12,11 @@ { Task<TopStatisticsOutput> GetTopStatistics(List<string>? channleList = null); Task StatisticsByDate(int days); Task<ReceiptsListOutPut> GetReceiptsList(List<string>? channleList = null); Task<ChannelDataListOutPut> GetChannelDataList(List<string>? channleList = null); Task<ChannlesRakeListOutPut> GetChannlesRakeList(List<string>? channleList = null); }