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;