From e3ca4540750cb7f8c2a4faf667e021df022ad109 Mon Sep 17 00:00:00 2001 From: anjoy8 <3143422472@qq.com> Date: Fri, 11 Mar 2022 16:38:18 +0800 Subject: [PATCH] :feet: add param --- Blog.Core.Api/Controllers/ValuesController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Blog.Core.Api/Controllers/ValuesController.cs b/Blog.Core.Api/Controllers/ValuesController.cs index e42efca..d214ca0 100644 --- a/Blog.Core.Api/Controllers/ValuesController.cs +++ b/Blog.Core.Api/Controllers/ValuesController.cs @@ -59,6 +59,7 @@ namespace Blog.Core.Controllers /// /// /// + /// public ValuesController(IBlogArticleServices blogArticleServices , IMapper mapper , IAdvertisementServices advertisementServices