C# 클래스 DependencyRegistrar, nopCommerce-plugin-template-VS

파일 보기 프로젝트 열기: nopSolutions/nopCommerce-plugin-template-VS 1 사용 예제들

공개 메소드들

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