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