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