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