Ejemplo n.º 1
0
 public List <LogEntry> Recent([FromQuery] long lastSeenCounter)
 {
     return(_server.GetLog(lastSeenCounter));
 }