inject pdf burner params
This commit is contained in:
parent
c649c93921
commit
9dbd1b16b5
@ -1,10 +1,5 @@
|
||||
using EnvelopeGenerator.Application.Common.Configurations;
|
||||
using MediatR;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EnvelopeGenerator.Application.Pdf;
|
||||
|
||||
@ -25,6 +20,15 @@ public class BurnPdfCommandHandler : IRequestHandler<BurnPdfCommand>
|
||||
/// </summary>
|
||||
private readonly PDFBurnerParams _pdfBurnerParams;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="pdfBurnerParams"></param>
|
||||
public BurnPdfCommandHandler(PDFBurnerParams pdfBurnerParams)
|
||||
{
|
||||
_pdfBurnerParams = pdfBurnerParams;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user