C# Class COLID.RegistrationService.WebApi.Startup

Show file Open project: Bayer-Group/COLID-Registration-Service

Public Methods

Method Description
ConfigureDocker ( IApplicationBuilder app ) : void

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.

ConfigureDockerServices ( IServiceCollection services ) : void

This method gets called by the runtime. Use this method to add services to the container.

Method Details

ConfigureDocker() public method

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public ConfigureDocker ( IApplicationBuilder app ) : void
app IApplicationBuilder The application builder
return void

ConfigureDockerServices() public method

This method gets called by the runtime. Use this method to add services to the container.
public ConfigureDockerServices ( IServiceCollection services ) : void
services IServiceCollection The The service collection
return void