5 lines
132 B
C#
5 lines
132 B
C#
namespace Infrastructure.Verticals.DownloadClient.QBittorrent;
|
|
|
|
public interface IQBitService : IDownloadService, IDisposable
|
|
{
|
|
} |