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