Example #1
0
 private Email GetEmailById(int riderId)
 {
     return(_riderRepository.GetEmailById(riderId));
 }