TP_SEI_Project/root/ContrattoSEI/ViewModel/FattoriDistribuzioneESG181.cs
2025-06-03 15:11:16 +02:00

18 lines
497 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PDFGenerator.ViewModel
{
public class FattoriDistribuzioneESG181
{
public string Image { get; set; }
public string DescrizioneImmagine { get; set; }
public string TestoSostenibiità { get; set; } = "di cui in linea con le <br> Preferenze di Sostenibilità";
public decimal Percentuale { get; set; }
public bool Sostenibilita { get; set; }
}
}