Example #1
0
        private static Guid ExtractFeatureId(UserConnection source, string code)
        {
            source.ClearFeatureCache(code);
            var featureId = source.GetFeatureByCode(code);

            return(featureId);
        }