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

Inheritance: SmartDispatcherController
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
BlogController ( BlogService blogService ) : System
View ( ) : void
View ( long entryid ) : void

Method Details

BlogController() public method

public BlogController ( BlogService blogService ) : System
blogService Castle.Applications.MindDump.Services.BlogService
return System

View() public method

public View ( ) : void
return void

View() public method

public View ( long entryid ) : void
entryid long
return void