zhengyuxuan
2025-03-31 d3df5273d83fefa80e988300f1d33387985c811c
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);
}