Example #1
0
 public Task <bool> DeleteBidAsync(int bidId)
 {
     return(_repository.DeleteBidAsync(bidId));
 }