Template
chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using Strata.ContinuousImprovement.Biz.Shared;
|
||||
using Strata.ContinuousImprovement.Biz.UserSetting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Strata.ContinuousImprovement.JazzEntityFrameworkStub
|
||||
{
|
||||
public partial class JazzEntityFrameworkFactory
|
||||
{
|
||||
public List<SystemSetting> SystemSettings =
|
||||
new List<SystemSetting>
|
||||
{
|
||||
new SystemSetting
|
||||
{
|
||||
Name = "Flexible Exploration Inpatient Case Type Family",
|
||||
Value = "1"
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user