1
This commit is contained in:
parent
856f9cbcf1
commit
260e34fb11
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user