Beispiel #1
0
 public async Task <Invite> GetInviteByIdAsync(int inviteId)
 {
     return(await _invitesRepository.GetByIdAsync(inviteId));
 }