MoviesService Constructor

Template MVC

MoviesService Constructor

Constructor of MoviesService, 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 MoviesService(
	IUnitOfWork Uof
)

Parameters

Uof
Type: Template.Repository.Core.InterfaceIUnitOfWork
The IUnitOfWork dependency
See Also