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