mirror of https://github.com/abpframework/abp.git
2 changed files with 4 additions and 5 deletions
@ -1,10 +1,11 @@ |
|||
using JetBrains.Annotations; |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using Volo.Abp.Localization; |
|||
|
|||
namespace Volo.CmsKit.Tags |
|||
{ |
|||
public class TagEntityTypeDefinitionDictionary : HashSet<TagEntityTypeDefiniton> |
|||
public class TagEntityTypeDefinitionDictionary : List<TagEntityTypeDefiniton> |
|||
{ |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue