Example #1
0
 public async Task <List <AuctionBid> > GetAuctionBids(int id)
 {
     return(await _houseRepository.GetAuctionBids(id));
 }