C# Class MovingScrewdriver.Web.Controllers.PostDetails.PostDetailsController

Inheritance: AbstractController
Show file Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
Details ( int year, int month, int day, string slug ) : System.Web.Mvc.ActionResult
PostDetailsController ( INotificationService notification ) : MovingScrewdriver.Web.Infrastructure

Method Details

Details() public method

public Details ( int year, int month, int day, string slug ) : System.Web.Mvc.ActionResult
year int
month int
day int
slug string
return System.Web.Mvc.ActionResult

PostDetailsController() public method

public PostDetailsController ( INotificationService notification ) : MovingScrewdriver.Web.Infrastructure
notification INotificationService
return MovingScrewdriver.Web.Infrastructure