예제 #1
0
 public int UpdateBid(BidDTO Bid)
 {
     biddal = new BidDAL();
     return(biddal.UpdateBid(Bid));
 }