public LogMongoUnitOfWork( LogMongoContext logMongoContext, IErrorLogRepository errorLogRepository, IDebugLogRepository debugLogRepository, IAuditLogRepository auditLogRepository) { _logMongoContext = logMongoContext; _errorLogRepository = errorLogRepository; _debugLogRepository = debugLogRepository; _auditLogRepository = auditLogRepository; }
public DebugLogService( IDebugLogRepository debugLogRepository) { _debugLogRepository = debugLogRepository; }