From d7f46e1c06e64c29aca91d1a2ba425910ac2b0fa Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 28 Aug 2018 17:40:11 +0000 Subject: [PATCH] --- server/AyaNova/biz/EventLogProcessor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/AyaNova/biz/EventLogProcessor.cs b/server/AyaNova/biz/EventLogProcessor.cs index 49858478..4d2ed1f9 100644 --- a/server/AyaNova/biz/EventLogProcessor.cs +++ b/server/AyaNova/biz/EventLogProcessor.cs @@ -46,6 +46,7 @@ namespace AyaNova.Biz /// /// Get the event log for a specified object + /// Presentation is the client's responsibility (localization internationalization etc) /// internal static async Task GetLogForObject(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct) { @@ -83,6 +84,7 @@ namespace AyaNova.Biz /// /// Get the event log for a specified User + /// Presentation is the client's responsibility (localization internationalization etc) /// internal static async Task GetLogForUser(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct) {