예제 #1
0
 public EventLogs GetDetails(Guid EventGuid)
 {
     return(_eventLogRepository.GetDetails(EventGuid));
 }