Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用ayende 的Rhino Security 。有没有使用安全框架获取用户组列表的方法?
不,但你可以做到session.CreateCriteria<UserGroup>().List<UserGroup>();
session.CreateCriteria<UserGroup>().List<UserGroup>();