Esempio n. 1
0
        public IEnumerable <Role> GetNotAddedInGroup(IConnectionHandler connectionHandler, Guid groupId)
        {
            var da = new RoleDA(connectionHandler);

            return(da.GetNotAddedInGroup(groupId));
        }