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<NetworkOpportunity> NetworkOpportunities =
|
||||
new List<NetworkOpportunity>
|
||||
{
|
||||
new NetworkOpportunity
|
||||
{
|
||||
NetworkOpportunityId =1,
|
||||
Name = "Network Opportunity",
|
||||
Description = "Network Opportunity",
|
||||
WorkbookTemplateId = 0
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user