using System; using System.ComponentModel.DataAnnotations.Schema; namespace bdAsegasa.Presupuestos { [Serializable] [NotMapped] public class SaludMapfre { public string TomadorCIF { get; set; } public string TomadorNombre { get; set; } public string TomadorApellidos { get; set; } public string TomadorTelefono { get; set; } public string TomadorEmail { get; set; } public string TomadorDomicilio { get; set; } public string TomadorCodigoPostal { get; set; } public string TomadorPoblacion { get; set; } public string TomadorProvincia { get; set; } public string TomadorCodigoMunicipio { get; set; } public DateTime TomadorFechaNacimiento { get; set; } public string TomadorSexo { get; set; } public string TomadorEstadoCivil { get; set; } public string Asegurado1CIF { get; set; } public string Asegurado1Nombre { get; set; } public string Asegurado1Apellidos { get; set; } public string Asegurado1Domicilio { get; set; } public string Asegurado1CodigoPostal { get; set; } public string Asegurado1Poblacion { get; set; } public string Asegurado1Provincia { get; set; } public string Asegurado1CodigoMunicipio { get; set; } public string Asegurado1Telefono { get; set; } public string Asegurado1Email { get; set; } public DateTime Asegurado1FechaNacimiento { get; set; } public string Asegurado1Sexo { get; set; } public int Asegurado1Peso { get; set; } public int Asegurado1Estatura { get; set; } public string Asegurado1Profesion { get; set; } public string Asegurado1Parentesco { get; set; } public string Asegurado2CIF { get; set; } public string Asegurado2Nombre { get; set; } public string Asegurado2Apellidos { get; set; } public string Asegurado2Domicilio { get; set; } public string Asegurado2CodigoPostal { get; set; } public string Asegurado2Poblacion { get; set; } public string Asegurado2Provincia { get; set; } public string Asegurado2CodigoMunicipio { get; set; } public string Asegurado2Telefono { get; set; } public string Asegurado2Email { get; set; } public DateTime Asegurado2FechaNacimiento { get; set; } public string Asegurado2Sexo { get; set; } public int Asegurado2Peso { get; set; } public int Asegurado2Estatura { get; set; } public string Asegurado2Profesion { get; set; } public string Asegurado2Parentesco { get; set; } public string Asegurado3CIF { get; set; } public string Asegurado3Nombre { get; set; } public string Asegurado3Apellidos { get; set; } public string Asegurado3Domicilio { get; set; } public string Asegurado3CodigoPostal { get; set; } public string Asegurado3Poblacion { get; set; } public string Asegurado3Provincia { get; set; } public string Asegurado3CodigoMunicipio { get; set; } public string Asegurado3Telefono { get; set; } public string Asegurado3Email { get; set; } public DateTime Asegurado3FechaNacimiento { get; set; } public string Asegurado3Sexo { get; set; } public int Asegurado3Peso { get; set; } public int Asegurado3Estatura { get; set; } public string Asegurado3Profesion { get; set; } public string Asegurado3Parentesco { get; set; } public string Asegurado4CIF { get; set; } public string Asegurado4Nombre { get; set; } public string Asegurado4Apellidos { get; set; } public string Asegurado4Domicilio { get; set; } public string Asegurado4CodigoPostal { get; set; } public string Asegurado4Poblacion { get; set; } public string Asegurado4Provincia { get; set; } public string Asegurado4CodigoMunicipio { get; set; } public string Asegurado4Telefono { get; set; } public string Asegurado4Email { get; set; } public DateTime Asegurado4FechaNacimiento { get; set; } public string Asegurado4Sexo { get; set; } public int Asegurado4Peso { get; set; } public string Asegurado4Estatura { get; set; } public string Asegurado4Profesion { get; set; } public string Asegurado4Parentesco { get; set; } public bool Pregunta1Asegurado1 { get; set; } public bool Pregunta1Asegurado2 { get; set; } public bool Pregunta1Asegurado3 { get; set; } public bool Pregunta1Asegurado4 { get; set; } public bool Pregunta2Asegurado1 { get; set; } public bool Pregunta2Asegurado2 { get; set; } public bool Pregunta2Asegurado3 { get; set; } public bool Pregunta2Asegurado4 { get; set; } public bool Pregunta3Asegurado1 { get; set; } public bool Pregunta3Asegurado2 { get; set; } public bool Pregunta3Asegurado3 { get; set; } public bool Pregunta3Asegurado4 { get; set; } public bool Pregunta4Asegurado1 { get; set; } public bool Pregunta4Asegurado2 { get; set; } public bool Pregunta4Asegurado3 { get; set; } public bool Pregunta4Asegurado4 { get; set; } public bool Pregunta5Asegurado1 { get; set; } public bool Pregunta5Asegurado2 { get; set; } public bool Pregunta5Asegurado3 { get; set; } public bool Pregunta5Asegurado4 { get; set; } public string Observaciones { get; set; } public bool AsistenciaSanitaria { get; set; } public bool GarantiaBucodental { get; set; } public bool ReembolsoGastosCompletos { get; set; } public bool ReembolsoGastosHospitalarios { get; set; } public bool ReembolsoGranCobertura { get; set; } public string FormaPago { get; set; } public string IBAN { get; set; } public DateTime FechaEfecto { get; set; } public DateTime FechaVencimiento { get; set; } } }