mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-01 09:32:21 -05:00
8 lines
203 B
C#
8 lines
203 B
C#
using Cleanuparr.Domain.Enums;
|
|
|
|
namespace Cleanuparr.Infrastructure.Features.Arr.Interfaces;
|
|
|
|
public interface IArrClientFactory
|
|
{
|
|
IArrClient GetClient(InstanceType type, float instanceVersion);
|
|
} |