Exemplo n.º 1
0
        public void NewGroup()
        {
            var groupM = new UserGroupManager(constring);

            groupM.CreateGroup("Administrator");
        }