コード例 #1
0
        public void DeleteTeam(string teamName)
        {
            var groupSid = GetGroupIdentityForTeamName(teamName);

            groupSecurityService.DeleteApplicationGroup(groupSid.Sid);
            ListTeams(true);
        }