예제 #1
0
 public VirtualHostRepository(ApacheLogContext context) : base(context)
 {
 }
 public WhitelistedResourceRepository(ApacheLogContext context) : base(context)
 {
 }
예제 #3
0
 public Blacklist(ApacheLogContext apacheLogContext)
 {
     _apacheLogContext = apacheLogContext;
 }
예제 #4
0
 public Whitelist(ApacheLogContext apacheLogContext)
 {
     _apacheLogContext = apacheLogContext;
 }
예제 #5
0
 public AccessLogService(ApacheLogContext context, IFinder accessLogFinder, IAnalyser accessLogAnalyser)
 {
     _context           = context;
     _accessLogFinder   = accessLogFinder;
     _accessLogAnalyser = accessLogAnalyser;
 }