C# Class SSW.MusicStore.API.Startup

ファイルを表示 Open project: SSWConsulting/enterprise-musicstore-api-aspnet

Public Methods

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

Private Methods

Method Description
RegisterSwagger ( IServiceCollection services ) : void

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : IServiceProvider
services IServiceCollection
return IServiceProvider

Startup() public method

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System