mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-03 13:58:37 -05:00
5 lines
132 B
C#
5 lines
132 B
C#
namespace Infrastructure.Verticals.DownloadClient.QBittorrent;
|
|
|
|
public interface IQBitService : IDownloadService, IDisposable
|
|
{
|
|
} |