Removed ITAR check
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
@ -17,7 +17,7 @@ namespace Fab2ApprovalSystem.DMO
|
||||
{
|
||||
public class LotTravelerDMO
|
||||
{
|
||||
private IDbConnection db = new SqlConnection(ConfigurationManager.ConnectionStrings["FabApprovalConnection"].ConnectionString);
|
||||
private IDbConnection db = new SqlConnection(GlobalVars.DB_CONNECTION_STRING);
|
||||
WorkflowDMO wfDMO = new WorkflowDMO();
|
||||
|
||||
/// <summary>
|
||||
@ -1648,4 +1648,4 @@ namespace Fab2ApprovalSystem.DMO
|
||||
this.db.Execute("LTReassignOriginator", parameters, commandType: CommandType.StoredProcedure);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user