Exemplo n.º 1
0
 public async Task <LogEntry[]> GetLog(string id)
 {
     return((await _logReader.GetUserLog(User.GetId())).Reverse().ToArray());
 }