diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 16:54:37 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 16:54:37 -0500 |
| commit | 821e8246872cfa380249bca2f79ea810f27c87d5 (patch) | |
| tree | c1ba1b2c3f24e8a8f92573828fbaa08d1ada3c97 /MediaBrowser.Model/Entities | |
| parent | 4bf13f7754f9797eb5adc15ece0fcb2fd94cdb04 (diff) | |
better caching of remote data
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/SupporterInfo.cs | 15 |
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 |
