using Strata.ContinuousImprovement.Biz.Network; using System.Collections.Generic; namespace Strata.ContinuousImprovement.JazzEntityFrameworkStub { public partial class JazzEntityFrameworkFactory { public List ClientNetworkOpportunities = new List { new ClientNetworkOpportunity { StrataId = 9, IdentifiedSavings = 1000, IdentifiedSavingsDescription = "IdentifiedSavingsDescription", AnalyticsWorkbookId = 0, NetworkOpportunityId = 1, IsPublished = true } }; } }