示例#1
0
 public void Update(Table table)
 {
     _tableDb.Update(table);
 }
示例#2
0
 public void Update(int ID)
 {
     _tableDb.Update(ID);
 }