Files
2018-01-04 16:34:09 +01:00

35 lines
1.2 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MedAP_data
{
using System;
using System.Collections.Generic;
public partial class Clienti
{
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; }
public string email { get; set; }
public string tel { get; set; }
}
}