|
|
@ -33,6 +33,9 @@ public class AssembleIssueJobAppService |
|
|
|
AssembleIssueJobCheckInput, AssembleIssueJobEditInput>, |
|
|
|
IAssembleIssueJobAppService, ITransferLibCallback |
|
|
|
{ |
|
|
|
protected IAssembleIssueRequestAppService AssembleIssueRequestAppService => |
|
|
|
LazyServiceProvider.LazyGetRequiredService<IAssembleIssueRequestAppService>(); |
|
|
|
|
|
|
|
private readonly IAssembleIssueJobManager _assembleIssueJobManager; |
|
|
|
private readonly ILocationAppService _locationAppService; |
|
|
|
private readonly IAssembleIssueNoteAppService _assembleIssueNoteAppService; |
|
|
@ -41,9 +44,6 @@ public class AssembleIssueJobAppService |
|
|
|
private readonly ITransferLibRequestAppService _transferLibRequestAppService; |
|
|
|
private readonly IOptions<RestoOptions> _options; |
|
|
|
|
|
|
|
protected IAssembleIssueRequestAppService AssembleIssueRequestAppService => |
|
|
|
LazyServiceProvider.LazyGetRequiredService<IAssembleIssueRequestAppService>(); |
|
|
|
|
|
|
|
public AssembleIssueJobAppService( |
|
|
|
IAssembleIssueJobRepository repository, IAssembleIssueJobManager assembleIssueJobManager, |
|
|
|
ILocationAppService locationAppService, |
|
|
|