コード例 #1
0
 /*
  * Delete a transport by id
  */
 public void deleteTransport(int id)
 {
     tdao.deleteTransport(id);
 }