agregado procesos y bd clases
This commit is contained in:
37
bdAsegasa/Presupuestos/TractoresEuropAssistance.cs
Normal file
37
bdAsegasa/Presupuestos/TractoresEuropAssistance.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace bdAsegasa.Presupuestos
|
||||
{
|
||||
[Serializable]
|
||||
[NotMapped]
|
||||
public class TractoresEuropAssistance
|
||||
{
|
||||
public string Matricula { get; set; }
|
||||
public string Marca { get; set; }
|
||||
public string Modelo { get; set; }
|
||||
public string Version { get; set; }
|
||||
public DateTime FechaMatriculacion { get; set; }
|
||||
|
||||
public string CIF { get; set; }
|
||||
public string RazonSocial { get; set; }
|
||||
public DateTime FechaNacimiento { get; set; }
|
||||
public string EstadoCivil { get; set; }
|
||||
public string Sexo { get; set; }
|
||||
public string Telefono1 { get; set; }
|
||||
public string Telefono2 { get; set; }
|
||||
public string Email { get; set; }
|
||||
|
||||
public string FechaEfecto { get; set; }
|
||||
public string FechaVencimiento { get; set; }
|
||||
|
||||
public string Direccion { get; set; }
|
||||
public string CodigoPostal { get; set; }
|
||||
public string CodigoPoblacion { get; set; }
|
||||
public string Poblacion { get; set; }
|
||||
public string CodigoProvincia { get; set; }
|
||||
public string Provincia { get; set; }
|
||||
|
||||
public string IBAN { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user