C# Class Daniel15.Web.Controllers.ProjectController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Show file Open project: Daniel15/Website

Public Methods

Method Description
ProjectController ( IProjectRepository projectRepository ) : System.Linq

Private Methods

Method Description
Detail ( string slug ) : Microsoft.AspNetCore.Mvc.ActionResult
Index ( ) : Microsoft.AspNetCore.Mvc.ActionResult

Method Details

ProjectController() public method

public ProjectController ( IProjectRepository projectRepository ) : System.Linq
projectRepository IProjectRepository
return System.Linq