2 references to Rooms
AzureSearch.ApiService (2)
Hotel.cs (2)
38
public bool? SmokingAllowed => (
Rooms
!= null) ? Array.Exists(
Rooms
, element => element.SmokingAllowed == true) : (bool?)null;