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