Example #1
0
 public async Task DeleteBikeAsync(int bikeId) => await _bikeRepository.DeleteAsync(bikeId);