C# Class DiscoverNancy.Web.FairyTaleFigureModule

Inheritance: Nancy.NancyModule
Afficher le fichier Open project: marcusoftnet/DiscoveringNancyThroughTests

Méthodes publiques

Méthode 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

Méthode Description
BindHangarounds ( FairyTaleFigure figure ) : List
StoreFigure ( ) : FairyTaleFigure
UrlForFigure ( FairyTaleFigure figure ) : string

Method Details

FairyTaleFigureModule() public méthode

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
Résultat System.Collections.Generic

FairyTaleFigureModule() public méthode

public FairyTaleFigureModule ( IFairyTaleFigureRepository repository ) : System.Collections.Generic
repository IFairyTaleFigureRepository
Résultat System.Collections.Generic