namespace MIHotel_BE{ public class HabitacionBE { public Int16 idHabitacion { get; set; } public Int16 tipo { get; set; } public Int16 estado { get; set; } public Int16 piso { get; set; } public String disponibilidad { get; set; } public Int16 Fk_Empleado {get; set;} public Int16 Fk_Categoria { get; set; } public Int16 Fk_Reserva { get; set; } public String nombrePiso { get; set; } // Propiedad para representar la categoría public CategoriaBE Categoria { get; set; } } public class CategoriaBE { public Int16 idCategoria { get; set; } public String descripcion { get; set; } public String caracteristicas { get; set; } public Single tarifa { get; set; } }}
namespace MIHotel_BE{ public class HabitacionBE { public Int16 idHabitacion { get; set; } public Int16 tipo { get; set; } public Int16 estado { get; set; } public Int16 piso { get; set; } public String disponibilidad { get; set; } public Int16 Fk_Empleado {get; set;} public Int16 Fk_Categoria { get; set; } public Int16 Fk_Reserva { get; set; } public String nombrePiso { get; set; } // Propiedad para representar la categoría public CategoriaBE Categoria { get; set; } } public class CategoriaBE { public Int16 idCategoria { get; set; } public String descripcion { get; set; } public String caracteristicas { get; set; } public Single tarifa { get; set; } }}
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
C
C#
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.