namespace HotelDataModels.Models { public interface IConferenceBookingModel : IId { int HeadwaiterId { get;} int ConferenceId { get; } } }