docs(blog): use rename interface in param
This commit is contained in:
parent
f18ae5eba4
commit
b36a3207ca
@ -20,7 +20,7 @@ public sealed class BlogApiController : ControllerBase
|
|||||||
/// Initializes a new instance of the <see cref="BlogApiController" /> class.
|
/// Initializes a new instance of the <see cref="BlogApiController" /> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="blogPostService">The <see cref="IBlogPostService" />.</param>
|
/// <param name="blogPostService">The <see cref="IBlogPostService" />.</param>
|
||||||
/// <param name="userService">The <see cref="IUserService" />.</param>
|
/// <param name="userService">The <see cref="IBlogUserService" />.</param>
|
||||||
public BlogApiController(IBlogPostService blogPostService, IBlogUserService userService)
|
public BlogApiController(IBlogPostService blogPostService, IBlogUserService userService)
|
||||||
{
|
{
|
||||||
_blogPostService = blogPostService;
|
_blogPostService = blogPostService;
|
||||||
|
Loading…
Reference in New Issue
Block a user