diff options
Diffstat (limited to 'MediaBrowser.Model/Social/ISharingRepository.cs')
| -rw-r--r-- | MediaBrowser.Model/Social/ISharingRepository.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Model/Social/ISharingRepository.cs b/MediaBrowser.Model/Social/ISharingRepository.cs deleted file mode 100644 index dd88ddd04..000000000 --- a/MediaBrowser.Model/Social/ISharingRepository.cs +++ /dev/null @@ -1,10 +0,0 @@ - -namespace MediaBrowser.Model.Social -{ - public interface ISharingRepository - { - void CreateShare(SocialShareInfo info); - void DeleteShare(string id); - SocialShareInfo GetShareInfo(string id); - } -} |
