Beispiel #1
0
 public async Task <IHttpActionResult> Get()
 {
     return(Ok(await _mongoService.GetSystemEventAsync()));
 }