Template Documentation
MoviesCategoryService Constructor |
Constructor of MoviesCategoryService, Unity inject the IUnitOfWork object for database transaction and pass the respective repository to the parent for the most common functions
Namespace: Template.Service.Class
Assembly: Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MoviesCategoryService( IUnitOfWork Uof )
Parameters
- Uof
- Type: Template.Repository.Core.InterfaceIUnitOfWork
The IUnitOfWork dependency
See Also