Example #1
0
 public BikeDto GetById(Guid id)
 {
     return(_mapper.Map <BikeDto>(_bikeRepository.GetById(id)));
 }