Template Documentation
UnitOfWork Class |
Works to encampsulate all repositories, all the repositories will work with one DBContext to encapsulate all the changes in one transaction
Inheritance Hierarchy
Namespace: Template.Repository.Core
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class UnitOfWork : IUnitOfWork, IDisposable
The UnitOfWork type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UnitOfWork |
Constructor of UnitOfWork
|
Properties
Name | Description | |
---|---|---|
Movies |
MoviesRepository
| |
MoviesCategory |
MoviesCategoryRepository
|
Methods
Name | Description | |
---|---|---|
Commit |
Save changes across all the repositories in one transaction
| |
Dispose |
Dispose the DBContext of the UnitOfWork
|
Fields
Name | Description | |
---|---|---|
_entities | ||
_Movies | ||
_MoviesCateogory |
See Also