示例#1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            ldapConnection = (ILdapServerConnection)Session[Global.LdapConnection];
            accountService = new LdapAccountService();
            accountService.SetAccountManager(ldapConnection);

            acknowledgementDtoService = new AcknowledgementDtoService();
            tagDtoService             = new TagDtoService();
        }