Exemple #1
0
 public async Task <IActionResult> GetEventsAsync()
 {
     return(Ok(await _eventService.GetAllEventsAsync()));
 }