Exemple #1
0
 public JitLogger(JitLogRepository repository)
 {
     this.repository = repository;
 }
Exemple #2
0
 public JitLoggingMiddleware(JitLogRepository jitLogRepository, JitLoggerOptions options)
 {
     _jitLogRepository = jitLogRepository;
     _options          = options;
 }