Click or drag to resize

StartupConfigureServices Method

Configure services.

Namespace:  awsomAPI
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public void ConfigureServices(
	IServiceCollection services
)

Parameters

services
Type: IServiceCollection
The services.
Remarks
Vanvoljg, 18-Jul-19.
See Also