示例#1
0
 public MainContext(string connectionString)
     : base(connectionString)
 {
     Configuration.LazyLoadingEnabled   = true;
     Configuration.ProxyCreationEnabled = true;
     _auditLogger = new AuditTrailHandler(GetTypesToExcludeInAudit(), this);
 }
示例#2
0
 public MainContext()
     : base("name=Pfizer")
 {
     Configuration.LazyLoadingEnabled   = true;
     Configuration.ProxyCreationEnabled = true;
     _auditLogger = new AuditTrailHandler(GetTypesToExcludeInAudit(), this);
 }