mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-07 14:22:46 -04:00
6 lines
121 B
C#
6 lines
121 B
C#
namespace Infrastructure.Interceptors;
|
|
|
|
public interface IInterceptedService
|
|
{
|
|
public object Proxy { get; set; }
|
|
} |