Ejemplo n.º 1
0
 public Task <IActionResult> Get(
     [FromServices] IGetCountryCommand command,
     int countryId,
     CancellationToken cancellationToken) => command.ExecuteAsync(countryId, cancellationToken);