Ejemplo n.º 1
0
        public TaxonomyType RegisterTaxonomyType(string entityTypeName, string name, Dictionary <string, string> detailDictionary, User byUser)
        {
            var entityType = _entityTypeManager.GetEntityType(entityTypeName);

            return(RegisterTaxonomyType(entityType, name, detailDictionary, byUser));
        }