mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-07 14:22:46 -04:00
5 lines
100 B
C#
5 lines
100 B
C#
namespace Infrastructure.Interceptors;
|
|
|
|
public interface IDryRunService : IInterceptedService
|
|
{
|
|
} |