Ejemplo n.º 1
0
        public async Task <IActionResult> CreateInterventionReportAsync(int id)
        {
            await _documentGenerationManager.CreateAndStoreInterventionReportAsync(id);

            // TODO return download location in Location header
            return(NoContent());
        }