using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IOB_UT_NEXT.Config.Special { /// /// Configurazione speciale comportamento IOB /// public class ActionDto { /// /// Configurazione speciale azioni in fase di setup /// public MachineSetupConf SetupConf { get; set; } } }