C# Class anotheraspnetapp.Controllers.HomeController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Datei anzeigen Open project: rfinochi/confsamples

Public Methods

Method Description
HomeController ( IPictureService pictureService ) : anotheraspnetapp.Services
Index ( ) : IActionResult

Method Details

HomeController() public method

public HomeController ( IPictureService pictureService ) : anotheraspnetapp.Services
pictureService IPictureService
return anotheraspnetapp.Services

Index() public method

public Index ( ) : IActionResult
return IActionResult