예제 #1
0
        public bool DoesGroupNameExists(string groupName)
        {
            if (context.DoesGroupNameExists(groupName))
            {
                return(true);
            }

            return(false);
        }