C# Класс DependencyRegistrar, nopCommerce-plugin-template-VS

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Register ( IServiceCollection services, ITypeFinder typeFinder, AppSettings, appSettings ) : void

Register services and interfaces

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

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

Register services and interfaces
public Register ( IServiceCollection services, ITypeFinder typeFinder, AppSettings, appSettings ) : void
services IServiceCollection Collection of service descriptors
typeFinder ITypeFinder Type finder
appSettings AppSettings, App settings
Результат void