C# 클래스 DiscoverNancy.Web.ModuleWithTwoDependencies

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

공개 메소드들

메소드 설명
ModuleWithTwoDependencies ( ) : System

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

ModuleWithTwoDependencies ( ICustomerRepository customerRepository, IOrderRepository orderRepository ) : System

비공개 메소드들

메소드 설명
OrdersAndCustomers ( ) : string

메소드 상세

ModuleWithTwoDependencies() 공개 메소드

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 ModuleWithTwoDependencies ( ) : System
리턴 System

ModuleWithTwoDependencies() 공개 메소드

public ModuleWithTwoDependencies ( ICustomerRepository customerRepository, IOrderRepository orderRepository ) : System
customerRepository ICustomerRepository
orderRepository IOrderRepository
리턴 System