diff --git a/Plattform/Plattform/Models/Hotel.cs b/Plattform/Plattform/Models/Hotel.cs index ead9087..1faf5e4 100644 --- a/Plattform/Plattform/Models/Hotel.cs +++ b/Plattform/Plattform/Models/Hotel.cs @@ -8,7 +8,7 @@ namespace Plattform.Models [DataMember] public int HotelID { get; set; } [DataMember] - public int Name { get; set; } + public string Name { get; set; } [DataMember] public virtual City City { get; set; } }