zhengyuxuan
2025-03-31 9f49edae4c22632b87cc2043ce6116379401b09b
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -10,6 +10,6 @@
public interface IStatisticsService : IApplicationService
{
    Task<TopStatisticsOutput> GetTopStatistics();
    Task<TopStatisticsOutput> GetTopStatistics(List<string>? channleList = null);
}