Click or drag to resize

UsersController Constructor

Constructor.

Namespace:  awsomAPI.Controllers
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public UsersController(
	AwsomApiContext context,
	IConfiguration configuration
)

Parameters

context
Type: awsomAPI.ModelsAwsomApiContext
The context.
configuration
Type: IConfiguration
The configuration.
Remarks
Vanvoljg, 18-Jul-19.
See Also