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

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

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

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