diff options
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IRepository.cs')
| -rw-r--r-- | MediaBrowser.Controller/Persistence/IRepository.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Controller/Persistence/IRepository.cs b/MediaBrowser.Controller/Persistence/IRepository.cs deleted file mode 100644 index 2340ca646..000000000 --- a/MediaBrowser.Controller/Persistence/IRepository.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace MediaBrowser.Controller.Persistence -{ - /// <summary> - /// Provides a base interface for all the repository interfaces - /// </summary> - public interface IRepository : IDisposable - { - /// <summary> - /// Gets the name of the repository - /// </summary> - /// <value>The name.</value> - string Name { get; } - } -} |
