Exemplo n.º 1
0
        public int AddOU(string identity, OUInfo ouInfo)
        {
            this.VerifyUser(identity);
            OU ou = new OU();

            return(ou.Insert2(ouInfo));
        }