Esempio n. 1
0
 public void DeleteItemMove(string tranid)
 {
     var da = new ItemMoveDataManager();
     da.DeleteItemMove(tranid);
 }