|
@@ -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;
|