diff --git a/src/MAVN.Service.NotificationSystemAudit.DomainServices/AutoMapperProfile.cs b/src/MAVN.Service.NotificationSystemAudit.DomainServices/AutoMapperProfile.cs index 48d041e..e948a69 100644 --- a/src/MAVN.Service.NotificationSystemAudit.DomainServices/AutoMapperProfile.cs +++ b/src/MAVN.Service.NotificationSystemAudit.DomainServices/AutoMapperProfile.cs @@ -1,9 +1,9 @@ using AutoMapper; using JetBrains.Annotations; -using Lykke.Service.NotificationSystem.Contract.MessageContracts; +using MAVN.Service.NotificationSystem.Contract.MessageContracts; using MAVN.Service.NotificationSystemAudit.Domain.Contracts; -using Lykke.Service.NotificationSystemBroker.Contract; -using Lykke.Service.NotificationSystemBroker.Contract.Enums; +using MAVN.Service.NotificationSystemBroker.Contract; +using MAVN.Service.NotificationSystemBroker.Contract.Enums; namespace MAVN.Service.NotificationSystemAudit.DomainServices { diff --git a/src/MAVN.Service.NotificationSystemAudit.DomainServices/MAVN.Service.NotificationSystemAudit.DomainServices.csproj b/src/MAVN.Service.NotificationSystemAudit.DomainServices/MAVN.Service.NotificationSystemAudit.DomainServices.csproj index 6352239..9722200 100644 --- a/src/MAVN.Service.NotificationSystemAudit.DomainServices/MAVN.Service.NotificationSystemAudit.DomainServices.csproj +++ b/src/MAVN.Service.NotificationSystemAudit.DomainServices/MAVN.Service.NotificationSystemAudit.DomainServices.csproj @@ -5,9 +5,9 @@ - - + + diff --git a/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/CreateAuditMessageSubscriber.cs b/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/CreateAuditMessageSubscriber.cs index a94a2bc..e18d211 100644 --- a/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/CreateAuditMessageSubscriber.cs +++ b/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/CreateAuditMessageSubscriber.cs @@ -1,7 +1,7 @@ using System.Threading.Tasks; using AutoMapper; using Lykke.Common.Log; -using Lykke.Service.NotificationSystem.Contract.MessageContracts; +using MAVN.Service.NotificationSystem.Contract.MessageContracts; using MAVN.Service.NotificationSystemAudit.Domain.Contracts; using MAVN.Service.NotificationSystemAudit.Domain.Services; diff --git a/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/UpdateAuditMessageSubscriber.cs b/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/UpdateAuditMessageSubscriber.cs index 5cb54e3..902e109 100644 --- a/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/UpdateAuditMessageSubscriber.cs +++ b/src/MAVN.Service.NotificationSystemAudit.DomainServices/Subscribers/UpdateAuditMessageSubscriber.cs @@ -3,7 +3,7 @@ using Lykke.Common.Log; using MAVN.Service.NotificationSystemAudit.Domain.Contracts; using MAVN.Service.NotificationSystemAudit.Domain.Services; -using Lykke.Service.NotificationSystemBroker.Contract; +using MAVN.Service.NotificationSystemBroker.Contract; namespace MAVN.Service.NotificationSystemAudit.DomainServices.Subscribers {