C# Class StarterKit.Api.Controllers.ExamplesController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Show file Open project: digipolisantwerp/generator-dgp-api-aspnetcore_yeoman

Public Methods

Method Description
ExamplesController ( ILogger logger, IOptions appSettings ) : Digipolis.Web.Api

Private Methods

Method Description
Create ( Example example ) : IActionResult
Get ( int id ) : IActionResult
GetAll ( ) : IActionResult

Method Details

ExamplesController() public method

public ExamplesController ( ILogger logger, IOptions appSettings ) : Digipolis.Web.Api
logger ILogger
appSettings IOptions
return Digipolis.Web.Api