Browse Source

Update PostEto.cs

pull/3240/head
Ahmet Çotur 6 years ago
parent
commit
d56e1613b5
  1. 3
      modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostEto.cs

3
modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostEto.cs

@ -1,6 +1,7 @@
using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using Volo.Blogging.Tagging;
namespace Volo.Blogging.Posts
{
@ -24,6 +25,6 @@ namespace Volo.Blogging.Posts
public int ReadCount { get; set; }
public ICollection<PostTag> Tags { get; set; }
public ICollection<TagEto> Tags { get; set; }
}
}
Loading…
Cancel
Save