add "security groups" functional excepting "users memberof"

This commit is contained in:
vfedosevich 2013-08-22 19:22:35 +03:00
parent 52cf12187f
commit 4eff42511b
25 changed files with 468 additions and 163 deletions

View file

@ -42,5 +42,11 @@ namespace WebsitePanel.Providers.HostedSolution
get;
set;
}
public bool IsDefault
{
get;
set;
}
}
}