using System; namespace Fuel01 { public class PrestasFournies { public String Libel { get; set; } public String Name { get; set; } public float Quantity { get; set; } public float PrixUnitaire { get; set; } public float Total { get; set; } public float TxTva { get; set; } } }