Template
chore: deploy initial code base
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
using Strata.ContinuousImprovement.Biz.Network;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Strata.ContinuousImprovement.JazzEntityFrameworkStub
|
||||
{
|
||||
public partial class JazzEntityFrameworkFactory
|
||||
{
|
||||
public List<ClientNetworkOpportunity> ClientNetworkOpportunities =
|
||||
new List<ClientNetworkOpportunity> {
|
||||
new ClientNetworkOpportunity {
|
||||
StrataId = 9,
|
||||
IdentifiedSavings = 1000,
|
||||
IdentifiedSavingsDescription = "IdentifiedSavingsDescription",
|
||||
AnalyticsWorkbookId = 0,
|
||||
NetworkOpportunityId = 1,
|
||||
IsPublished = true
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user