示例#1
0
 //Get the corresponding table with an id
 public Table GetWithId(int id)
 {
     return(table_DAO.GetWithId(id));
 }