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

5 lines
100 B
C#

namespace Infrastructure.Interceptors;
public interface IDryRunService : IInterceptedService
{
}