Skip to content

Conversation

@mkonstan
Copy link
Owner

... to that session. This is a destructive change all though not horribly so.

Changed
+ISession :=> IDisposable
+IDbContext :=> IDbContext

Added Dapper.Data.Generic namespace:
+IDbContext
+DbContext
+IDbService
+DbService
+IDbServiceProvider
+DbServiceProvider

Added
SqlDbContext

Removed
CommandDefinitionHelper

…es to that session. This is a destructive change all though not horribly so.

Changed
+ISession :=> IDisposable
+IDbContext :=> IDbContext<ISession>

Added Dapper.Data.Generic namespace:
+IDbContext<out TSession>
+DbContext<TSession>
+IDbService<out TSession>
+DbService<TSession>
+IDbServiceProvider<TSession>
+DbServiceProvider<TSession>

Added
SqlDbContext

Removed
CommandDefinitionHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants