using System; using System.Collections.Generic; using System.Linq; using System.Text; using Consulenza.ReportWriter.Business; namespace Consulenza.ReportWriter.Manager.Chapter.Unica.Nucleo { /// /// S18.PatrimonioFideuramMacroCategorieProdotto idCapitolo = 36 /// public class S18 : Unica.S18 { public S18(EnvironmentFacade environmentFacade, int idChapter) : base(environmentFacade, idChapter) { } public S18(EnvironmentFacade environmentFacade, int idChapter, bool repeatoneachpage) : this(environmentFacade, idChapter) { } } }