mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 02:18:36 -05:00
8 lines
245 B
C#
8 lines
245 B
C#
using Cleanuparr.Persistence.Models.Configuration;
|
|
|
|
namespace Cleanuparr.Infrastructure.Features.DownloadClient;
|
|
|
|
public interface IDownloadServiceFactory
|
|
{
|
|
IDownloadService GetDownloadService(DownloadClientConfig downloadClientConfig);
|
|
} |