Files
2025-02-23 17:50:08 +02:00

5 lines
132 B
C#

namespace Infrastructure.Verticals.DownloadClient.QBittorrent;
public interface IQBitService : IDownloadService, IDisposable
{
}