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