Example #1
0
        public IEnumerable <UserProfile> Get()
        {
            string serverPath = this.config.GetOSVRServerDirectory();

            return(UserProfiles.GetAvailableUserProfiles(serverPath));
        }