Exemplo n.º 1
0
 public SecurityRepoContext(RepoProviderConf conf) : base(conf)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// 建立
 /// </summary>
 public static void SetUp(RepoProviderConf repoConf)
 {
     _repoContext = new SecurityRepoContext(repoConf);
     MafSecurityContext.Append(new SecurityPermRoleMapProvider());
 }