//------------------------------------------------------------------------------
//
// 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 Clienti
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public Clienti()
{
this.Fatture = new HashSet();
}
public int idxCli { get; set; }
public string RagSoc { get; set; }
public string Sesso { get; set; }
public string POBirth { get; set; }
public System.DateTime DOBirth { get; set; }
public string P_iva { get; set; }
public string C_Fisc { get; set; }
public string Via { get; set; }
public string Località { get; set; }
public string Cap { get; set; }
public string Provincia { get; set; }
public string Pagamento { get; set; }
public string Note { get; set; }
public string idxGruppo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection Fatture { get; set; }
}
}