src/Bro.M071.DBManager/ProductionMeasurementRecordsManager.cs
@@ -14,7 +14,7 @@ { public class ProductionMeasurementRecordsManager : ModelManager<ProductionMeasurementRecords> { DbProviderFactory Dbfactory = SQLiteFactory.Instance; //DbProviderFactory Dbfactory = SQLiteFactory.Instance; protected override void ActionBeforeNewModel(DBModel context, ProductionMeasurementRecords config) { CheckProductionCodeDuplicate(context, config);