示例#1
0
 public List <Auctioned_object> GetAll()
 {
     return(Auctioned_ObjectDAO.Query());
 }