C# Class Castle.Applications.MindDump.Presentation.Controllers.BlogController

Inheritance: SmartDispatcherController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
BlogController ( BlogService blogService ) : System
View ( ) : void
View ( long entryid ) : void

Method Details

BlogController() public méthode

public BlogController ( BlogService blogService ) : System
blogService Castle.Applications.MindDump.Services.BlogService
Résultat System

View() public méthode

public View ( ) : void
Résultat void

View() public méthode

public View ( long entryid ) : void
entryid long
Résultat void