C# Class SSW.MusicStore.API.Startup

Afficher le fichier Open project: SSWConsulting/enterprise-musicstore-api-aspnet

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : IServiceProvider
Startup ( IHostingEnvironment env ) : System

Private Methods

Méthode Description
RegisterSwagger ( IServiceCollection services ) : void

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
Résultat void

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : IServiceProvider
services IServiceCollection
Résultat IServiceProvider

Startup() public méthode

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
Résultat System