Method | Description | |
---|---|---|
Configure ( IApplicationBuilder app ) : void | ||
ConfigureServices ( IServiceCollection services ) : void | ||
Startup ( IHostingEnvironment env ) : System |
Method | Description | |
---|---|---|
HandleCustomersRoute ( IApplicationBuilder app ) : void |
public Configure ( IApplicationBuilder app ) : void | ||
app | IApplicationBuilder | |
return | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
return | void |
public Startup ( IHostingEnvironment env ) : System | ||
env | IHostingEnvironment | |
return | System |