aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 16:54:37 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 17:59:27 -0500
commit6f020735404a528f325631b63dcf0813ceb94a52 (patch)
tree1721b997710ded355cf489cb5467b97c03b21964 /MediaBrowser.Model/Entities
parent4a3e542bb28acbb540ccca72f5883d67303295d8 (diff)
better caching of remote data
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/SupporterInfo.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Model/Entities/SupporterInfo.cs b/MediaBrowser.Model/Entities/SupporterInfo.cs
deleted file mode 100644
index 233d5615f..000000000
--- a/MediaBrowser.Model/Entities/SupporterInfo.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-
-namespace MediaBrowser.Model.Entities
-{
- public class SupporterInfo
- {
- public string Email { get; set; }
- public string SupporterKey { get; set; }
- public DateTime? ExpirationDate { get; set; }
- public DateTime RegistrationDate { get; set; }
- public string PlanType { get; set; }
- public bool IsActiveSupporter { get; set; }
- public bool IsExpiredSupporter { get; set; }
- }
-} \ No newline at end of file