public async Task<PredictionDto> Get([FromUri] int id) { var request = new GetPredictionRequest { Id = id }; return await _mediator.ExecuteAsync(request).ConfigureAwait(false); }
public async Task <PredictionDto> Get([FromUri] int id) { var request = new GetPredictionRequest { Id = id }; return(await _mediator.ExecuteAsync(request).ConfigureAwait(false)); }