Ejemplo n.º 1
0
 public void ChangeAuctionStatus(string auctionId, int status)
 {
     repository.ChangeAuctionStatus(auctionId, status);
 }