Esempio n. 1
0
 public int del( string gzhStr )
 {
     dbModule dm = new dbModule();
     return dm.deleteJsxx( gzhStr );
 }