This commit is contained in:
qianhao.xu 2025-04-09 10:46:29 +08:00
parent 856f9cbcf1
commit 260e34fb11

View File

@ -22,9 +22,9 @@ namespace DOAN.WebApi.Controllers.Mobile.product
/// </summary>
private readonly IPADPrintAndReportWork2Service printAndReportWorkService;
public PADPrintAndReportWork2Controller(IPADPrintAndReportWork2Service printAndReportWork2Service)
public PADPrintAndReportWork2Controller(IPADPrintAndReportWork2Service _printAndReportWork2Service)
{
this.printAndReportWorkService = printAndReportWorkService;
this.printAndReportWorkService = _printAndReportWork2Service;
}