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

Inheritance: AbstractController
Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

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

Method Details

Details() public méthode

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

PostDetailsController() public méthode

public PostDetailsController ( INotificationService notification ) : MovingScrewdriver.Web.Infrastructure
notification INotificationService
Résultat MovingScrewdriver.Web.Infrastructure