21 lines
514 B
C#
21 lines
514 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.Nucleo
|
|
{
|
|
public class S53 : Unica.S53
|
|
{
|
|
/// <summary>
|
|
///S53.CorrelazioneValute idSezione = 96
|
|
/// </summary>
|
|
public S53(EnvironmentFacade environmentFacade, int idSection)
|
|
: base(environmentFacade, idSection)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|