using System; using System.Collections.Generic; using System.Linq; using System.Text; using Consulenza.ReportWriter.Business; namespace Consulenza.ReportWriter.Manager.Chapter.Unica.Proposta { /// ///S59.RiservaPortafoglioModelloVSProposto idSezione = 102 /// public class S59 : Unica.S59 { public S59(EnvironmentFacade environmentFacade, int idChapter) : base(environmentFacade, idChapter) { } public S59(EnvironmentFacade environmentFacade, int idChapter, bool repeatoneachpage) : this(environmentFacade, idChapter) { } } }