Exemple #1
0
 public BikeDetailsDto GetDetailsById(Guid id)
 {
     return(_mapper.Map <BikeDetailsDto>(_bikeRepository.GetDetailsById(id)));
 }