Example #1
0
 public async Task AddBikeAsync(Bike bike) => await _bikeRepository.CreateAsync(bike);