C# Class RallySimulator.Api.Infrastructure.ApiController

Inheritance: ControllerBase
Exibir arquivo Open project: m-jovanovic/rally-simulator

Protected Methods

Method Description
ApiController ( ISender sender ) : MediatR

Initializes a new instance of the ApiController class.

Method Details

ApiController() protected method

Initializes a new instance of the ApiController class.
protected ApiController ( ISender sender ) : MediatR
sender ISender The sender.
return MediatR