public class HostContact { public Guid ContactId { get; set; } public Contact Contact { get; set; } public Guid HostId { get; set; } public Host Host { get; set; } }
Last updated 2 years ago