mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 10:37:03 +01:00
6 lines
133 B
C#
6 lines
133 B
C#
namespace VoidCat.Services.Abstractions;
|
|
|
|
public interface IWebAnalyticsCollector
|
|
{
|
|
Task TrackPageView(HttpContext context);
|
|
} |