Template Documentation
MoviesCategoryRepository Constructor |
Constructor of MoviesCategoryRepository
Namespace: Template.Repository.Class
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MoviesCategoryRepository( DbContext entities )
Parameters
- entities
- Type: DbContext
The DbContext to do the transaction injected by UnitOfWork
See Also