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