using System; namespace Gestor.Model.Validation; public class ControleValidacao { public string Nome { get; set; } public string Tag { get; set; } public string Estilo { get; set; } public Type Tipo { get; set; } }