C# Class Nancy.Blog.Modules.HomeModule

Inheritance: NancyModule
Show file Open project: NancyFx/Nancy.Blog

Public Methods

Method Description
HomeModule ( IPostService postService, IFeedService feedService, IConfigSettings configSettings ) : System

Method Details

HomeModule() public method

public HomeModule ( IPostService postService, IFeedService feedService, IConfigSettings configSettings ) : System
postService IPostService
feedService IFeedService
configSettings IConfigSettings
return System