Smooth.IoC.Dapper.Repository.UnitOfWork icon indicating copy to clipboard operation
Smooth.IoC.Dapper.Repository.UnitOfWork copied to clipboard

Smoother IoC using Dapper Dapper.FastCRUD with Repository and UnitOfWork patterns

Results 2 Smooth.IoC.Dapper.Repository.UnitOfWork issues
Sort by recently updated
recently updated
newest added

Hi, situation: using session created ... connection open inner using uow created ... begin transaction insert update insert ... throw exception dispose on uow call commit ... insert and update...

Implemented repository factory and provided unity example for usage in readme