From 61c2364de1a90b59cc2696858e946b88efab5c7d Mon Sep 17 00:00:00 2001 From: Thomas Gillen Date: Thu, 6 Feb 2014 21:18:40 +0000 Subject: Added IDependencyModule to allow plugins to define IoC bindings --- MediaBrowser.Common/Plugins/IDependencyModule.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MediaBrowser.Common/Plugins/IDependencyModule.cs (limited to 'MediaBrowser.Common/Plugins/IDependencyModule.cs') diff --git a/MediaBrowser.Common/Plugins/IDependencyModule.cs b/MediaBrowser.Common/Plugins/IDependencyModule.cs new file mode 100644 index 000000000..37ebe0d5b --- /dev/null +++ b/MediaBrowser.Common/Plugins/IDependencyModule.cs @@ -0,0 +1,7 @@ +namespace MediaBrowser.Common.Plugins +{ + public interface IDependencyModule + { + void BindDependencies(IDependencyContainer container); + } +} \ No newline at end of file -- cgit v1.2.3