From 7886768059212855de2567fec7baa7de076f922f Mon Sep 17 00:00:00 2001 From: anna lizunova Date: Fri, 8 May 2020 10:11:49 +0300 Subject: [PATCH] Replace nuget packages from Lykke and Falcon to MAVN --- .../AutoMapperProfile.cs | 6 +++--- ...VN.Service.NotificationSystemAudit.DomainServices.csproj | 4 ++-- .../Subscribers/CreateAuditMessageSubscriber.cs | 2 +- .../Subscribers/UpdateAuditMessageSubscriber.cs | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 {