lingling
2025-04-16 d0558ff1687a1bffd62c45660d4bab3132643039
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -10,6 +10,13 @@
public interface IStatisticsService : IApplicationService
{
    Task<TopStatisticsOutput> GetTopStatistics(string channleId = "");
    Task<TopStatisticsOutput> GetTopStatistics(List<string>? channleList);
    Task StatisticsByDate(int days);
    Task<ReceiptsListOutPut> GetReceiptsList(List<string>? channleList);
    Task<ChannelDataListOutPut> GetChannelDataList(List<string>? channleList);
    Task<ChannlesRakeListOutPut> GetChannlesRakeList(List<string>? channleList);
}