From b36a3207ca4b7c460b5dc1bab989eb003fcba8e8 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 16 Aug 2023 14:44:57 +0100 Subject: [PATCH] docs(blog): use rename interface in param --- OliverBooth/Controllers/Blog/BlogApiController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OliverBooth/Controllers/Blog/BlogApiController.cs b/OliverBooth/Controllers/Blog/BlogApiController.cs index 1d5a6a0..7065ae0 100644 --- a/OliverBooth/Controllers/Blog/BlogApiController.cs +++ b/OliverBooth/Controllers/Blog/BlogApiController.cs @@ -20,7 +20,7 @@ public sealed class BlogApiController : ControllerBase /// Initializes a new instance of the class. /// /// The . - /// The . + /// The . public BlogApiController(IBlogPostService blogPostService, IBlogUserService userService) { _blogPostService = blogPostService;