Exemple #1
0
 public EventLogController(IEventLogService eventLogService)
 {
     _eventLogService = eventLogService;
     _eventLogService.AddETagRoute("/eventLogs");
 }