Template
16 lines
365 B
C#
16 lines
365 B
C#
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
|
|
|
|
}
|
|
}
|