Exemple #1
0
 public async Task <Result <List <BikeResponse> > > GetAllBikesAsync()
 {
     return(await _bikeRepository.GetAllBikesAsync());
 }