5 lines
102 B
C#
5 lines
102 B
C#
namespace Infrastructure.Verticals.Arr.Interfaces;
|
|
|
|
public interface ILidarrClient : IArrClient
|
|
{
|
|
} |