30 lines
1.2 KiB
C#
30 lines
1.2 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Este código se generó a partir de una plantilla.
|
|
//
|
|
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
|
|
// Los cambios manuales en este archivo se sobrescribirán si se regenera el código.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Exferia_EntityFramework
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class CTG_OrdenComisionServiciosHospedaje
|
|
{
|
|
public long id { get; set; }
|
|
public long idOrdenComisionServiciosCabecera { get; set; }
|
|
public bool internacional { get; set; }
|
|
public System.DateTime fecha { get; set; }
|
|
public Nullable<int> numeroDias { get; set; }
|
|
public string establecimiento { get; set; }
|
|
public string observaciones { get; set; }
|
|
public Nullable<decimal> precioNoche { get; set; }
|
|
public Nullable<System.DateTime> fechaBorrado { get; set; }
|
|
|
|
public virtual CTG_OrdenComisionServiciosCabecera CTG_OrdenComisionServiciosCabecera { get; set; }
|
|
}
|
|
}
|