コード例 #1
0
 // Get a list of all the tables from the DAO
 public List <Table> GetAllTables()
 {
     return(table_DAO.GetAll());
 }