feat: Fixed errors
This commit is contained in:
10
LctMonolith/Services/Contracts/IAnalyticsService.cs
Normal file
10
LctMonolith/Services/Contracts/IAnalyticsService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using LctMonolith.Services.Models;
|
||||
|
||||
using LctMonolith.Services.Models;
|
||||
|
||||
namespace LctMonolith.Services;
|
||||
|
||||
public interface IAnalyticsService
|
||||
{
|
||||
Task<AnalyticsSummary> GetSummaryAsync(CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user