C# Class SugarTownDemo.Modules.HomeModule

Inheritance: Nancy.NancyModule
Mostrar archivo Open project: jchannon/SugarTown

Private Properties

Property Type Description

Public Methods

Method Description
HomeModule ( IBlogRepository blogRepository ) : System.Collections.Generic
ReturnTagModelAndView ( dynamic parameters ) : Nancy.Responses.Negotiation.Negotiator

Method Details

HomeModule() public method

public HomeModule ( IBlogRepository blogRepository ) : System.Collections.Generic
blogRepository IBlogRepository
return System.Collections.Generic

ReturnTagModelAndView() public method

public ReturnTagModelAndView ( dynamic parameters ) : Nancy.Responses.Negotiation.Negotiator
parameters dynamic
return Nancy.Responses.Negotiation.Negotiator