コード例 #1
0
 public FamilyInvitation GetInvitationByToken(Guid token)
 {
     return(_invitationService.GetInvitationByToken(token));
 }