C# Class COLID.RegistrationService.WebApi.Startup

Afficher le fichier Open project: Bayer-Group/COLID-Registration-Service

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ConfigureDockerServices() public méthode

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
Résultat void