Inheritance
System.Object
CommentsController
Assembly: Volo.Blogging.Web.dll
public class CommentsController : BloggingControllerBase
Constructors
Declaration
public CommentsController(ICommentAppService commentAppService)
Parameters
| Type |
Name |
Description |
| ICommentAppService |
commentAppService |
|
Methods
Declaration
public Task Delete(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Declaration
public Task Update(Guid id, UpdateCommentDto commentDto)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
| UpdateCommentDto |
commentDto |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods