메소드 | 설명 | |
---|---|---|
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void | ||
ConfigureServices ( IServiceCollection services ) : void | ||
Startup ( IHostingEnvironment env ) : BooksServiceSample.Models |
메소드 | 설명 | |
---|---|---|
EnsureDatabaseCreated ( ) : void |
public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void | ||
app | IApplicationBuilder | |
env | IHostingEnvironment | |
loggerFactory | ILoggerFactory | |
리턴 | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
리턴 | void |
public Startup ( IHostingEnvironment env ) : BooksServiceSample.Models | ||
env | IHostingEnvironment | |
리턴 | BooksServiceSample.Models |