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