mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Added IDependencyModule to allow plugins to define IoC bindings
This commit is contained in:
7
MediaBrowser.Common/Plugins/IDependencyModule.cs
Normal file
7
MediaBrowser.Common/Plugins/IDependencyModule.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MediaBrowser.Common.Plugins
|
||||
{
|
||||
public interface IDependencyModule
|
||||
{
|
||||
void BindDependencies(IDependencyContainer container);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user