Exemplo n.º 1
0
 public static void LogEvent(IDataAnalyticsService dataService, GLOSAEventLog eventLog)
 {
     Task.Run(() => dataService.SaveEventLogAsync(eventLog));
 }