namespace AyCode.Interfaces.ServiceProviders; public interface IAcServiceProviderRelation where TServiceProvider : class, IAcServiceProvider { public List ServiceProviders { get; set; } }