コード例 #1
0
 public async Task <IActionResult> Find(InvitationQueryParameters query)
 {
     return(Ok(await _invitationService.FindPaged(query)));
 }