Files
cleanuperr/code/Infrastructure/Verticals/DownloadClient/Deluge/IDelugeService.cs
T
2025-02-16 03:20:00 +02:00

5 lines
116 B
C#

namespace Infrastructure.Verticals.DownloadClient.Deluge;
public interface IDelugeService : IDownloadService
{
}