Esempio n. 1
0
 public bool ExecRemoveObject(CommandData cmdData)
 {
     ObjectsHelper.RemoveObject(cmdData.Parameters);
     return(true);
 }