Beispiel #1
0
 private Individual GetIndividualById(int riderId)
 {
     return(_riderRepository.GetIndividualById(riderId));
 }