updated nuget

This commit is contained in:
Luke Pulverenti
2015-06-10 09:37:07 -04:00
parent dbf3ae2262
commit 89fd0da1ba
10 changed files with 35 additions and 6 deletions

View File

@@ -0,0 +1,10 @@

namespace MediaBrowser.Model.ApiClient
{
public class ConnectSignupResponse
{
public bool IsSuccessful { get; set; }
public bool IsEmailInUse { get; set; }
public bool IsUsernameInUse { get; set; }
}
}