HomeController Constructor

Template MVC

HomeController Constructor

Initializes a new instance of the HomeController class

Namespace:  Template.Web.Controllers
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HomeController(
	IMoviesService moviesService,
	IMoviesCategoryService moviesCategoryService
)

Parameters

moviesService
Type: Template.Service.InterfaceIMoviesService

[Missing <param name="moviesService"/> documentation for "M:Template.Web.Controllers.HomeController.#ctor(Template.Service.Interface.IMoviesService,Template.Service.Interface.IMoviesCategoryService)"]

moviesCategoryService
Type: Template.Service.InterfaceIMoviesCategoryService

[Missing <param name="moviesCategoryService"/> documentation for "M:Template.Web.Controllers.HomeController.#ctor(Template.Service.Interface.IMoviesService,Template.Service.Interface.IMoviesCategoryService)"]

See Also