Exemplo n.º 1
0
        public override RoleParticipant CreateRoleParticipant()
        {
            RoleParticipant rp = new LDAPRoleParticipant();

            return(rp);
        }
 public override RoleParticipant CreateRoleParticipant()
 {
     RoleParticipant rp = new LDAPRoleParticipant();
     return rp;
 }