19 lines
463 B
C#

using Consulenza.ReportWriter.Business;
namespace Consulenza.ReportWriter.Manager.Chapter.Unica.Proposta
{
public class S74 : Unica.S74
{
public S74(EnvironmentFacade environmentFacade, int idChapter)
: base(environmentFacade, idChapter)
{
}
public S74(EnvironmentFacade environmentFacade, int idChapter, bool repeatoneachpage)
: this(environmentFacade, idChapter)
{
}
}
}