C# Класс DiscoverNancy.Web.FairyTaleFigureModule

Наследование: Nancy.NancyModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
BindHangarounds ( FairyTaleFigure figure ) : List
StoreFigure ( ) : FairyTaleFigure
UrlForFigure ( FairyTaleFigure figure ) : string

Описание методов

FairyTaleFigureModule() публичный Метод

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
Результат System.Collections.Generic

FairyTaleFigureModule() публичный Метод

public FairyTaleFigureModule ( IFairyTaleFigureRepository repository ) : System.Collections.Generic
repository IFairyTaleFigureRepository
Результат System.Collections.Generic