public bool ExecAssignDomainToVariable(CommandData cmdData) { ObjectsHelper.AssignDomainToVariable(cmdData.Parameters); return(true); }