コード例 #1
0
 public void delete(string ID)
 {
     DLTransactions DT = new DLTransactions();
     DT.delete(ID);
 }