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