C# 클래스 DiscoverNancy.Web.FairyTaleFigureModule

상속: Nancy.NancyModule
파일 보기 프로젝트 열기: marcusoftnet/DiscoveringNancyThroughTests

공개 메소드들

메소드 설명
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