diff --git a/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs b/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs index cd20dd6374..fffc9cdd5b 100644 --- a/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs +++ b/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs @@ -15,15 +15,11 @@ namespace Volo.Blogging.Blogs Task GetByShortNameAsync(string shortName); Task GetAsync(Guid id); - -<<<<<<< HEAD + Task Create(CreateBlogDto input); Task Update(Guid id, UpdateBlogDto input); Task Delete(Guid id); -======= - Task Create(CreateBlogDto blog); ->>>>>>> 5023d9202b64c4367e1234ad5e5f7acb76c592e3 } } diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml index 43e9bf5d5c..7f1fca68fd 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml @@ -31,7 +31,6 @@ -<<<<<<< HEAD
-