C# Class DotNetClub.Web.Controllers.CommentController

Inheritance: DotNetClub.Web.Controllers.Base.ControllerBase
Afficher le fichier Open project: scheshan/DotNetClub

Private Properties

Свойство Type Description
Add Task
GenerateCommentLink string

Méthodes publiques

Méthode Description
CommentController ( CommentService commentService ) : DotNetClub.Core

Private Methods

Méthode Description
Add ( AddCommentModel model ) : Task
GenerateCommentLink ( long topicID, long commentID ) : string

Method Details

CommentController() public méthode

public CommentController ( CommentService commentService ) : DotNetClub.Core
commentService DotNetClub.Core.Service.CommentService
Résultat DotNetClub.Core