Example #1
0
 public async Task <IActionResult> GetTypes()
 {
     return(Ok(await _actionManager.GetEventTypesAsync()));
 }