Add download cleaner and dry run (#58)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Infrastructure.Interceptors;
|
||||
|
||||
public interface IInterceptedService
|
||||
{
|
||||
public object Proxy { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user