TeamMentor.CoreLib.TM_WebServices.GetUserGroupId C# (CSharp) Method

GetUserGroupId() private method

private GetUserGroupId ( int userId ) : int
userId int
return int
        public int GetUserGroupId(int userId)
        {
            admin.demand(); return userData.getUserGroupId   (userId);
        }
TM_WebServices