tangjiang 9 달 전
부모
커밋
5902e6ddbc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/Hotline/JudicialManagement/JudicialManagementOrdersService.cs

+ 2 - 1
src/Hotline/JudicialManagement/JudicialManagementOrdersService.cs

@@ -5,11 +5,12 @@ using MapsterMapper;
 using Microsoft.Extensions.Logging;
 using XF.Domain.Authentications;
 using XF.Domain.Cache;
+using XF.Domain.Dependency;
 using XF.Domain.Repository;
 
 namespace Hotline.JudicialManagement
 {
-    public class JudicialManagementOrdersService : IJudicialManagementOrdersService
+    public class JudicialManagementOrdersService : IJudicialManagementOrdersService, IScopeDependency
     {
         private readonly ISessionContext _sessionContext;
         private readonly ICapPublisher _capPublisher;