using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Consulenza.WebTemplateModeler.Entity { public class Modello { public int Id {get;set;} public string Nome {get;set;} public string Rete { get; set; } public List Schede { get; set; } public List