示例#1
0
 public async Task <IActionResult> GetGenerationFile(string userId)
 {
     return(Ok(await _pdfService.BlankCreatePDFAsync(userId)));
 }