C# 클래스 Daniel15.Infrastructure.Ioc

Handles initialisation of the IoC container.
파일 보기 프로젝트 열기: Daniel15/Website

공개 메소드들

메소드 설명
AddDaniel15 ( this services ) : void
AddDaniel15Config ( this services, IConfiguration config ) : void

비공개 메소드들

메소드 설명
InitializeDatabase ( IServiceCollection services ) : void

Initialises the database stuff in the IoC container

메소드 상세

AddDaniel15() 공개 정적인 메소드

public static AddDaniel15 ( this services ) : void
services this
리턴 void

AddDaniel15Config() 공개 정적인 메소드

public static AddDaniel15Config ( this services, IConfiguration config ) : void
services this
config IConfiguration
리턴 void