Files
Cleanuparr/code/Infrastructure/Interceptors/IInterceptedService.cs
2025-02-16 03:20:00 +02:00

6 lines
121 B
C#

namespace Infrastructure.Interceptors;
public interface IInterceptedService
{
public object Proxy { get; set; }
}