Add store registration endpoint (pointing to test)

This commit is contained in:
Eric Reed
2015-09-26 16:27:13 -04:00
parent ebc95ffb9a
commit 7404114fee
5 changed files with 79 additions and 1 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; }
}
}