This release include the following features:
- Support custom repository, and can using
UnitOfWork.GetRepository<TEntity>()
to retrieve the custom repository; - Using
TransactionScope
to support distributed transaction
This release include the following features:
UnitOfWork.GetRepository<TEntity>()
to retrieve the custom repository;TransactionScope
to support distributed transaction