C# Class DiscoverNancy.Web.FairyTaleFigureModule

Inheritance: Nancy.NancyModule
ファイルを表示 Open project: marcusoftnet/DiscoveringNancyThroughTests

Public Methods

Method Description
FairyTaleFigureModule ( ) : System.Collections.Generic

This constructor is just here since other tests that used DefaultNancyBootstrapper is scanning all the assemblies and fails on this module that needs a dependency

FairyTaleFigureModule ( IFairyTaleFigureRepository repository ) : System.Collections.Generic

Private Methods

Method Description
BindHangarounds ( FairyTaleFigure figure ) : List
StoreFigure ( ) : FairyTaleFigure
UrlForFigure ( FairyTaleFigure figure ) : string

Method Details

FairyTaleFigureModule() public method

This constructor is just here since other tests that used DefaultNancyBootstrapper is scanning all the assemblies and fails on this module that needs a dependency
public FairyTaleFigureModule ( ) : System.Collections.Generic
return System.Collections.Generic

FairyTaleFigureModule() public method

public FairyTaleFigureModule ( IFairyTaleFigureRepository repository ) : System.Collections.Generic
repository IFairyTaleFigureRepository
return System.Collections.Generic