mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 18:13:32 -04:00
5 lines
138 B
C#
5 lines
138 B
C#
namespace Cleanuparr.Infrastructure.Features.DownloadClient.Transmission;
|
|
|
|
public interface ITransmissionService : IDownloadService
|
|
{
|
|
} |