Ejemplo n.º 1
0
        private void SetWorkplaceId(string workplaceId)
        {
            if (string.IsNullOrEmpty(workplaceId))
            {
                return;
            }
            Guid wId = new Guid(workplaceId);

            ConfigurationSectionHelper.SetWorkplaceCache(UserConnection, wId);
        }