Exemple #1
0
 public async Task <ActionResult <IEnumerable <BidRequestDto> > > Get()
 {
     return(await _bidService.GetAllAsync());
 }