Restore appstore registration end point

This commit is contained in:
Eric Reed
2015-10-16 10:29:02 -04:00
parent 3741eb2426
commit 0ed2fed529
4 changed files with 114 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ namespace MediaBrowser.Common.Implementations.Security
public string featId { get; set; }
public bool registered { get; set; }
public DateTime expDate { get; set; }
public string key { get; set; }
}
}