public DocumentRepo(IDocumentConnection documentConnection, ILogService logService) { _documentConnection = documentConnection; _logService = logService; }
public void DocumentClosed(IApplicationConnection application, IDocumentConnection document) { Logger.Info($"Document {document.DocumentName} closed"); }