Template
chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Strata.ContinuousImprovement.Biz.QualityVariation.Breakdowns;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Strata.ContinuousImprovement.JazzEntityFrameworkStub
|
||||
{
|
||||
public partial class JazzEntityFrameworkFactory
|
||||
{
|
||||
#region QVIBreakdowns
|
||||
|
||||
public List<QVIBreakdown> qviBreakdowns = new List<QVIBreakdown>();
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user