Ejemplo n.º 1
0
 protected DatabaseContext(IConnectionFactory <TSettings> factory)
 {
     TransactionContext = new TransactionContext();
     Connection         = Connection ?? factory.CreateFromSettings();
 }