public class CLI_LAST_SALE
{
    public string C_ID { get; set; }
    public string C_NOM { get; set; }
    public Int16 C_REGIME { get; set; }
    public DateTime? DATE { get; set; }
    public Int16? TYPE { get; set; }
    public string REFERENCE { get; set; }
}