Exemplo n.º 1
0
 public async Task <Bike> GetBikeByIdAsync(int bikeId) => await _bikeRepository.GetByIdAsync(bikeId);