Files
2025-02-16 03:20:00 +02:00

5 lines
119 B
C#

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