コード例 #1
0
ファイル: JitLogger.cs プロジェクト: WonderTools/JitLogger
 public JitLogger(JitLogRepository repository)
 {
     this.repository = repository;
 }
コード例 #2
0
 public JitLoggingMiddleware(JitLogRepository jitLogRepository, JitLoggerOptions options)
 {
     _jitLogRepository = jitLogRepository;
     _options          = options;
 }