using System; using System.Collections.Generic; namespace IntegrationTests.Models { public partial class Scenario2Group { public System.Guid Id { get; set; } public System.Guid ScenarioId { get; set; } public System.Guid GroupId { get; set; } public virtual Scenario Scenario { get; set; } public virtual SystemAttribute SystemAttribute { get; set; } } }