C# Class MovingScrewdriver.Web.Controllers.PostComment.PostCommentController

Inheritance: AbstractController
Mostra file Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
PostCommentController ( IAkismetService akismetService ) : MovingScrewdriver.Web.Services

Private Methods

Method Description
Add ( CommentInput input, int id ) : ActionResult
ValidateEmail ( string commenterEmail ) : ActionResult

Method Details

PostCommentController() public method

public PostCommentController ( IAkismetService akismetService ) : MovingScrewdriver.Web.Services
akismetService IAkismetService
return MovingScrewdriver.Web.Services