18 lines
497 B
C#
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; }
|
|
|
|
}
|
|
}
|