agregado procesos y bd clases
This commit is contained in:
38
bdAsegasa/Presupuestos/CasetasRiegoAXA.cs
Normal file
38
bdAsegasa/Presupuestos/CasetasRiegoAXA.cs
Normal file
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace bdAsegasa.Presupuestos
|
||||
{
|
||||
[Serializable]
|
||||
[NotMapped]
|
||||
public class CasetasRiegoAXA
|
||||
{
|
||||
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 string CasetaUbicacion { get; set; }
|
||||
public string CasetaLocalidad { get; set; }
|
||||
public string CasetaCodigoPostal { get; set; }
|
||||
public string CasetaProvincia { get; set; }
|
||||
|
||||
public string EdificiosDescripcion { get; set; }
|
||||
public string EdificiosCapital { get; set; }
|
||||
public string MobiliarioDescripcion { get; set; }
|
||||
public string MobiliarioCapital { get; set; }
|
||||
public string ExistenciasDescripcion { get; set; }
|
||||
public string ExistenciasCapital { get; set; }
|
||||
|
||||
public string CapitalElegido { get; set; }
|
||||
public string IBAN { get; set; }
|
||||
public DateTime FechaEfecto { get; set; }
|
||||
public DateTime FechaVencimiento { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user