jellyfin/MediaBrowser.Common/Plugins/IDependencyModule.cs

7 lines
158 B
C#

namespace MediaBrowser.Common.Plugins
{
public interface IDependencyModule
{
void BindDependencies(IDependencyContainer container);
}
}