using System; using System.Collections.Generic; namespace IntegrationTests.Models { public partial class Company2View { public System.Guid Id { get; set; } public System.Guid CompanyId { get; set; } public Nullable ViewId { get; set; } public virtual Company Company { get; set; } public virtual View View { get; set; } } }