Exemplo n.º 1
0
 public async Task <IEnumerable <Bike> > Handle(GetBikesAsyncQuery request, CancellationToken cancellationToken)
 {
     return(await _bikeRepository.GetBikesAsync());
 }