DejanMilicic / BddDemo

The Unlicense
7 stars 4 forks source link

Do not register ISession and IAsyncSession with DI #24

Closed DejanMilicic closed 3 years ago

DejanMilicic commented 3 years ago

When creating session, there are various options, like AggresiveCaching or Cluster-Wide transactions, developer should be able to use them. The less "magic" happening behind the scene, the better