Beispiel #1
0
 public async Task <IActionResult> ListInvitees()
 {
     return(Ok(await _inviteeService.ListAllInvitees().ToList()));
 }