Fix various Multi-Domain bugs

This commit is contained in:
Gary Sharp
2014-04-16 13:16:08 +10:00
parent 2281313966
commit d86280ae3e
15 changed files with 220 additions and 224 deletions
+9
View File
@@ -32,6 +32,15 @@ namespace Disco.Models.Repository
[NotMapped, Obsolete("Should be using Combined Domain\\User format - UserId")]
public string Id
{
get
{
return DomainUsername;
}
}
[NotMapped]
public string DomainUsername
{
get
{