C# Class DependencyRegistrar, nopCommerce-plugin-template-VS

Show file Open project: nopSolutions/nopCommerce-plugin-template-VS Class Usage Examples

Public Methods

Method Description
Register ( IServiceCollection services, ITypeFinder typeFinder, AppSettings, appSettings ) : void

Register services and interfaces

Method Details

Register() public method

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
return void