21 lines
534 B
C#
21 lines
534 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 S58 : Unica.S58
|
|
{
|
|
/// <summary>
|
|
///S58.PropostaRappresentazioneAssetClass idSezione = 101
|
|
/// </summary>
|
|
public S58(EnvironmentFacade environmentFacade, int idSection)
|
|
: base(environmentFacade, idSection)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|