示例#1
0
 public Auctioned_object Get(int id)
 {
     return(Auctioned_ObjectDAO.Get(id));
 }