Пример #1
0
 public Rider GetWithBikes(long id)
 {
     return(riderRepository.GetRiderWithBikes(id));
 }