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