Exemplo n.º 1
0
 public async Task <IHttpActionResult> GetAlerts(int?limit = 1000)
 {
     return(Ok(await _statsService.GetActiveAlerts(limit).ConfigureAwait(false)));
 }