20 lines
516 B
C#
20 lines
516 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
|
|
{
|
|
/// <summary>
|
|
/// S49.RischioMercatoAssetClass idSezione = 92
|
|
/// </summary>
|
|
public class S49 : Unica.S49
|
|
{
|
|
public S49(EnvironmentFacade environmentFacade, int idSection)
|
|
: base(environmentFacade, idSection)
|
|
{
|
|
}
|
|
}
|
|
}
|