示例#1
0
 public static void EditStatusOfTable(int IdTable, int Status)
 {
     Table_DAO.EditStatusOfTable(IdTable, Status);
 }