using System; using System.Collections.Generic; using System.Linq; using System.Text; using Consulenza.ReportWriter.Business; namespace Consulenza.ReportWriter.Manager.Chapter.Unica.Nucleo { /// /// Scheda 5. Patrimonio finanziario: rappresentazione per macro asset class. IdCapitolo 23 /// public class S5 : Unica.S5 { public S5(EnvironmentFacade environmentFacade, int idChapter) : base(environmentFacade, idChapter) { } public S5(EnvironmentFacade environmentFacade, int idChapter, bool repeatoneachpage) : this(environmentFacade, idChapter) { } } }