コード例 #1
0
 public async Task <IActionResult> ListInvitations()
 {
     return(Ok(await _invitationService.ListAllInvitations().ToList()));
 }