21 lines
519 B
C#
21 lines
519 B
C#
using System;
|
|
using Consulenza.ReportWriter.Business;
|
|
using Consulenza.ReportWriter.Business.OBJ_PDF;
|
|
using System.Data;
|
|
using Consulenza.ReportCommon;
|
|
|
|
namespace Consulenza.ReportWriter.Manager.Section.Unica.Proposta
|
|
{
|
|
public class S62 : Unica.S62
|
|
{
|
|
/// <summary>
|
|
///S62.PropostaAdeguatezza idSezione = 105
|
|
/// </summary>
|
|
public S62(EnvironmentFacade environmentFacade, int idSection)
|
|
: base(environmentFacade, idSection)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|