//------------------------------------------------------------------------------ // // Codice generato da un modello. // // Le modifiche manuali a questo file potrebbero causare un comportamento imprevisto dell'applicazione. // Se il codice viene rigenerato, le modifiche manuali al file verranno sovrascritte. // //------------------------------------------------------------------------------ namespace MedAP_data { using System; using System.Collections.Generic; public partial class DocTemplate { public int idxDoc { get; set; } public Nullable emesso { get; set; } public string Gruppo { get; set; } public string RagSoc { get; set; } public int num { get; set; } public int anno { get; set; } public Nullable Trim { get; set; } public Nullable Mese { get; set; } public decimal netto { get; set; } public decimal iva { get; set; } public decimal importo { get; set; } public string tipo { get; set; } public int idxCli { get; set; } public decimal totPagato { get; set; } public decimal totScadenze { get; set; } public string Descrizione { get; set; } public double ritenuta { get; set; } public decimal CostiAss { get; set; } } }