Merge branch 'vnext' of github.com:pazof/yavsc into vnext

This commit is contained in:
Paul Schneider 2016-10-31 10:26:13 +01:00
commit fbb87fefdf
6 changed files with 120 additions and 66 deletions

View file

@ -26,6 +26,9 @@ namespace BookAStar.Model
return UserHelpers.Avatar(Avatar);
}
}
public string ChatHubConnectionId { get; set; }
public override string ToString()
{
return UserName;