From d56e1613b592c8b3da63f34fef737780e9336160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87otur?= Date: Thu, 19 Mar 2020 19:58:30 +0300 Subject: [PATCH] Update PostEto.cs --- .../Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostEto.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostEto.cs b/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostEto.cs index d3ef0d0f76..d01293b025 100644 --- a/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Posts/PostEto.cs +++ b/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 Tags { get; set; } + public ICollection Tags { get; set; } } } \ No newline at end of file