Namespace StoneCo.Framework.Data.SqlServer
Classes
TableType
Custom type to use on Sql Parameters with approach Table Type.
UnitOfWorkBase<TContext>
Base class that implements the interface with the methods responsible for operations outside of the DbContext.
Unit of Work is a design pattern to resolution of concurrency problems and coordinates the writing out of changes.
Interfaces
IUnitOfWork<TContext>
Interface that represents the concrete class responsible for operations outside of the DbContext.
Unit of Work is a design pattern to resolution of concurrency problems and coordinates the writing out of changes.