예제 #1
0
 public async Task <Bike> GetBikeByIdAsync(int bikeId) => await _bikeRepository.GetByIdAsync(bikeId);