Exemplo n.º 1
0
 public GetLogEntriesServiceResult Get(int fromIndex, int limit)
 {
     return(_loggerService.GetLogEntries(fromIndex, limit).GetAwaiter().GetResult());
 }