mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-05 11:31:49 -05:00
Add download cleaner and dry run (#58)
This commit is contained in:
5
code/Infrastructure/Interceptors/IDryRunService.cs
Normal file
5
code/Infrastructure/Interceptors/IDryRunService.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Infrastructure.Interceptors;
|
||||
|
||||
public interface IDryRunService : IInterceptedService
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user