예제 #1
0
파일: AppStart.cs 프로젝트: olevett/website
 public AppStart(IApplicationLifetime appLifetime, TelemetryClient telemetry, CachedWebRootFileProvider cachedWebRoot)
 {
     _appLifetime   = appLifetime;
     _telemetry     = telemetry;
     _cachedWebRoot = cachedWebRoot;
 }
예제 #2
0
 public StaticFileOptionsSetup(CachedWebRootFileProvider cachedWebRoot)
 {
     _cachedWebRoot = cachedWebRoot;
 }