示例#1
0
 internal static IRoleManager GetNamedRoleManger(this Model.Model model, string roleType)
 {
     return(model.GetExistAssertion(PermConstants.Section.RoleSection, roleType).RoleManager);
 }