Removed ITAR check
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated from a template.
|
||||
//
|
||||
@ -12,9 +12,16 @@ namespace Fab2ApprovalSystem.Models
|
||||
using System;
|
||||
using System.Data.Entity;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
using Fab2ApprovalSystem.Misc;
|
||||
|
||||
public partial class FabApprovalSystemEntitiesAll : DbContext
|
||||
{
|
||||
#if (DEBUG)
|
||||
private static string ENTITY_NAME = "FabApprovalSystemEntitiesAllDev";
|
||||
#else
|
||||
private static string ENTITY_NAME = GlobalVars.IS_INFINEON_DOMAIN ? "FabApprovalSystemEntitiesAllInfineon" : "FabApprovalSystemEntitiesAllEC";
|
||||
#endif
|
||||
|
||||
public FabApprovalSystemEntitiesAll()
|
||||
: base("name=FabApprovalSystemEntitiesAll")
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated from a template.
|
||||
//
|
||||
@ -12,11 +12,18 @@ namespace Fab2ApprovalSystem.Models
|
||||
using System;
|
||||
using System.Data.Entity;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
using Fab2ApprovalSystem.Misc;
|
||||
|
||||
public partial class FabApprovalTrainingEntities : DbContext
|
||||
{
|
||||
#if (DEBUG)
|
||||
private static string ENTITY_NAME = "FabApprovalTrainingEntitiesDev";
|
||||
#else
|
||||
private static string ENTITY_NAME = GlobalVars.IS_INFINEON_DOMAIN ? "FabApprovalTrainingEntitiesStealth" : "FabApprovalTrainingEntitiesEC";
|
||||
#endif
|
||||
|
||||
public FabApprovalTrainingEntities()
|
||||
: base("name=FabApprovalTrainingEntities")
|
||||
: base("name=" + ENTITY_NAME)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user