示例#1
0
        public async Task <IActionResult> CreateDeliveryNoteAsync(int id)
        {
            await _documentGenerationManager.CreateAndStoreDeliveryNoteAsync(id);

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