Skip to content

Commit

Permalink
Merge pull request #8 from IliyanIlievPH/8
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
thelittledevops committed May 12, 2020
2 parents 0f41fe8 + a4bb11e commit 3bd9a5d
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Service.CustomerManagement.Contract" Version="6.0.0" />
<PackageReference Include="Falcon.Service.PartnerManagement.Client" Version="3.0.0" />
<PackageReference Include="Falcon.Service.PartnersPayments.Contract" Version="1.6.1" />
<PackageReference Include="Falcon.Service.Sessions.Contracts" Version="2.0.0" />
<PackageReference Include="Lykke.Common" Version="7.5.0" />
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" />
<PackageReference Include="MAVN.Service.CustomerManagement.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.PartnersPayments.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.Sessions.Contracts" Version="1.0.1" />
<PackageReference Include="Refit" Version="4.6.107" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/MAVN.Service.DemoMode.Domain/Services/IDemoModeService.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using Lykke.Service.CustomerManagement.Contract.Events;
using Lykke.Service.PartnersPayments.Contract;
using Lykke.Service.Sessions.Contracts;
using System.Threading.Tasks;
using MAVN.Service.CustomerManagement.Contract.Events;
using MAVN.Service.PartnersPayments.Contract;
using MAVN.Service.Sessions.Contracts;

namespace MAVN.Service.DemoMode.Domain.Services
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Service.CustomerManagement.Client" Version="8.5.0" />
<PackageReference Include="Falcon.Service.CustomerManagement.Contract" Version="6.0.0" />
<PackageReference Include="Falcon.Service.CustomerProfile.Client" Version="7.7.0" />
<PackageReference Include="Falcon.Service.PartnersIntegration.Client" Version="5.0.0" />
<PackageReference Include="Falcon.Service.PartnersPayments.Contract" Version="1.6.1" />
<PackageReference Include="Falcon.Service.Sessions.Contracts" Version="2.0.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MAVN.Service.CustomerManagement.Client" Version="1.1.0" />
<PackageReference Include="MAVN.Service.CustomerProfile.Client" Version="1.3.0" />
<PackageReference Include="MAVN.Service.PartnerManagement.Client" Version="1.4.0" />
<PackageReference Include="MAVN.Service.PartnersIntegration.Client" Version="1.1.0" />
<PackageReference Include="Refit" Version="4.6.107" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
using System;
using System;
using System.Linq;
using System.Threading.Tasks;
using Common.Log;
using Falcon.Numerics;
using MAVN.Numerics;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.CustomerManagement.Client;
using Lykke.Service.CustomerManagement.Client.Models.Requests;
using Lykke.Service.CustomerManagement.Contract.Events;
using Lykke.Service.CustomerProfile.Client;
using Lykke.Service.CustomerProfile.Client.Models.Enums;
using Lykke.Service.CustomerProfile.Client.Models.Requests;
using MAVN.Service.CustomerManagement.Client;
using MAVN.Service.CustomerManagement.Client.Models.Requests;
using MAVN.Service.CustomerManagement.Contract.Events;
using MAVN.Service.CustomerProfile.Client;
using MAVN.Service.CustomerProfile.Client.Models.Enums;
using MAVN.Service.CustomerProfile.Client.Models.Requests;
using MAVN.Service.DemoMode.Domain.Entities;
using MAVN.Service.DemoMode.Domain.Services;
using Lykke.Service.PartnersIntegration.Client;
using Lykke.Service.PartnersIntegration.Client.Enums;
using Lykke.Service.PartnersIntegration.Client.Models;
using Lykke.Service.PartnerManagement.Client;
using Lykke.Service.PartnerManagement.Client.Models;
using Lykke.Service.PartnerManagement.Client.Models.Partner;
using Lykke.Service.PartnersPayments.Contract;
using Lykke.Service.Sessions.Contracts;
using MAVN.Service.PartnersIntegration.Client;
using MAVN.Service.PartnersIntegration.Client.Enums;
using MAVN.Service.PartnersIntegration.Client.Models;
using MAVN.Service.PartnerManagement.Client;
using MAVN.Service.PartnerManagement.Client.Models;
using MAVN.Service.PartnerManagement.Client.Models.Partner;
using MAVN.Service.PartnersPayments.Contract;
using MAVN.Service.Sessions.Contracts;

namespace MAVN.Service.DemoMode.DomainServices.Services
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Lykke.Common.Log;
using Lykke.Service.CustomerManagement.Contract.Events;
using MAVN.Service.CustomerManagement.Contract.Events;
using MAVN.Service.DemoMode.Domain.Services;

namespace MAVN.Service.DemoMode.DomainServices.Subscribers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Lykke.Common.Log;
using MAVN.Service.DemoMode.Domain.Services;
using Lykke.Service.PartnersPayments.Contract;
using MAVN.Service.PartnersPayments.Contract;

namespace MAVN.Service.DemoMode.DomainServices.Subscribers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Lykke.Common.Log;
using MAVN.Service.DemoMode.Domain.Services;
using Lykke.Service.Sessions.Contracts;
using MAVN.Service.Sessions.Contracts;

namespace MAVN.Service.DemoMode.DomainServices.Subscribers
{
Expand Down
10 changes: 5 additions & 5 deletions src/MAVN.Service.DemoMode/Modules/ClientsModule.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Autofac;
using Autofac;
using JetBrains.Annotations;
using Lykke.Service.CustomerManagement.Client;
using Lykke.Service.CustomerProfile.Client;
using MAVN.Service.CustomerManagement.Client;
using MAVN.Service.CustomerProfile.Client;
using MAVN.Service.DemoMode.Settings;
using Lykke.Service.PartnersIntegration.Client;
using Lykke.Service.PartnerManagement.Client;
using MAVN.Service.PartnersIntegration.Client;
using MAVN.Service.PartnerManagement.Client;
using Lykke.SettingsReader;

namespace MAVN.Service.DemoMode.Modules
Expand Down
4 changes: 2 additions & 2 deletions src/MAVN.Service.DemoMode/Modules/RabbitMqModule.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Autofac;
using Autofac;
using JetBrains.Annotations;
using Lykke.Common;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.Service.CustomerManagement.Contract.Events;
using MAVN.Service.CustomerManagement.Contract.Events;
using MAVN.Service.DemoMode.DomainServices.Subscribers;
using MAVN.Service.DemoMode.Settings;
using Lykke.SettingsReader;
Expand Down
10 changes: 5 additions & 5 deletions src/MAVN.Service.DemoMode/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using JetBrains.Annotations;
using JetBrains.Annotations;
using Lykke.Sdk.Settings;
using Lykke.Service.CustomerManagement.Client;
using Lykke.Service.CustomerProfile.Client;
using Lykke.Service.PartnersIntegration.Client;
using Lykke.Service.PartnerManagement.Client;
using MAVN.Service.CustomerManagement.Client;
using MAVN.Service.CustomerProfile.Client;
using MAVN.Service.PartnersIntegration.Client;
using MAVN.Service.PartnerManagement.Client;

namespace MAVN.Service.DemoMode.Settings
{
Expand Down

0 comments on commit 3bd9a5d

Please sign in to comment.