Beispiel #1
0
 public byte[] Get(string id)
 {
     _context.GeneratePdf(id);
     return(_context.PdfStream());
 }