From 6e9aebc08fe73ab4d41247e6284ecf99608bf0e6 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Thu, 13 Sep 2018 09:38:04 +0300 Subject: [PATCH] Merge branch 'master' of https://github.com/volosoft/abp --- .../Volo/Blogging/Blogs/IBlogAppService.cs | 6 +----- .../src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml | 6 ------ 2 files changed, 1 insertion(+), 11 deletions(-) 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
-