Skip to content

Commit

Permalink
Merge pull request #18 from IliyanIlievPH/16
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
starkmsu committed May 8, 2020
2 parents c15b5ec + be71e30 commit b13c6e6
Show file tree
Hide file tree
Showing 32 changed files with 46 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Common;
using Common.Log;
using Falcon.Common;
using MAVN.Common;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using Lykke.RabbitMqBroker.Publisher;
Expand All @@ -13,7 +13,7 @@
using MAVN.Service.CustomerProfile.Domain.Models;
using MAVN.Service.CustomerProfile.Domain.Repositories;
using MAVN.Service.CustomerProfile.Domain.Services;
using Lykke.Service.Dictionaries.Client;
using MAVN.Service.Dictionaries.Client;

namespace MAVN.Service.CustomerProfile.DomainServices
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<ProjectReference Include="..\MAVN.Service.CustomerProfile.Domain\MAVN.Service.CustomerProfile.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falcon.Common" Version="0.2.2" />
<PackageReference Include="Falcon.Service.CustomerManagement.Contract" Version="6.0.0" />
<PackageReference Include="Falcon.Service.Dictionaries.Client" Version="1.3.0" />
<PackageReference Include="Falcon.Service.PrivateBlockchainFacade.Contract" Version="2.13.0" />
<PackageReference Include="Falcon.Service.Tiers.Contract" Version="1.0.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="Lykke.Sdk" Version="5.17.0" />
<PackageReference Include="MAVN.Common" Version="1.0.0" />
<PackageReference Include="MAVN.Service.AdminManagement.Contract" Version="1.1.1" />
<PackageReference Include="MAVN.Service.CustomerManagement.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.Dictionaries.Client" Version="1.0.1" />
<PackageReference Include="MAVN.Service.PrivateBlockchainFacade.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.Tiers.Contract" Version="1.0.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Service.CustomerManagement.Contract.Events;
using MAVN.Service.CustomerManagement.Contract.Events;
using MAVN.Service.CustomerProfile.Domain.Services;

namespace MAVN.Service.CustomerProfile.DomainServices.Subscribers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.CustomerProfile.Domain.Services;
using Lykke.Service.Tiers.Contract;
using MAVN.Service.Tiers.Contract;

namespace MAVN.Service.CustomerProfile.DomainServices.Subscribers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.CustomerProfile.Domain.Services;
using Lykke.Service.PrivateBlockchainFacade.Contract.Events;
using MAVN.Service.PrivateBlockchainFacade.Contract.Events;

namespace MAVN.Service.CustomerProfile.DomainServices.Subscribers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using MAVN.Service.CustomerProfile.Domain.Models;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using MAVN.Service.CustomerProfile.Domain.Models;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using MAVN.Service.CustomerProfile.Domain.Models;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using MAVN.Service.CustomerProfile.Domain.Models;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using MAVN.Service.CustomerProfile.Domain.Models;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Entities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="Falcon.Common" Version="0.2.2" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Common" Version="1.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading.Tasks;
using AutoMapper;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using System.Linq.Expressions;
using System.Threading.Tasks;
using Common.Log;
using Falcon.Common;
using Falcon.Common.Encryption;
using MAVN.Common;
using MAVN.Common.Encryption;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq.Expressions;
using System.Threading.Tasks;
using Common.Log;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Models;
using MAVN.Service.CustomerProfile.Domain.Repositories;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;

namespace MAVN.Service.CustomerProfile.MsSqlRepositories.Repositories
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Net;
using Common.Log;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Lykke.Common.ApiLibrary.Exceptions;
using Lykke.Common.Extensions;
using Lykke.Common.Log;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Linq;
using System.Threading.Tasks;
using Common;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using JetBrains.Annotations;
using Lykke.Common.Api.Contract.Responses;
using Microsoft.AspNetCore.Builder;
Expand Down
4 changes: 2 additions & 2 deletions src/MAVN.Service.CustomerProfile/Modules/ClientsModule.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Autofac;
using Autofac;
using JetBrains.Annotations;
using MAVN.Service.CustomerProfile.Settings;
using Lykke.Service.Dictionaries.Client;
using MAVN.Service.Dictionaries.Client;
using Lykke.SettingsReader;

namespace MAVN.Service.CustomerProfile.Modules
Expand Down
2 changes: 1 addition & 1 deletion src/MAVN.Service.CustomerProfile/Modules/ServiceModule.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using Autofac;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using JetBrains.Annotations;
using Lykke.Sdk;
using MAVN.Service.CustomerProfile.Domain.Services;
Expand Down
4 changes: 2 additions & 2 deletions src/MAVN.Service.CustomerProfile/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using JetBrains.Annotations;
using JetBrains.Annotations;
using Lykke.Sdk.Settings;
using Lykke.Service.Dictionaries.Client;
using MAVN.Service.Dictionaries.Client;

namespace MAVN.Service.CustomerProfile.Settings
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Lykke.Common.MsSql;
using Lykke.Logs;
using Lykke.Logs.Loggers.LykkeConsole;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.CustomerProfile.Contract;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;
using MAVN.Service.CustomerProfile.Domain.Repositories;
using MAVN.Service.CustomerProfile.DomainServices;
using MAVN.Service.CustomerProfile.MsSqlRepositories;
using Lykke.Service.Dictionaries.Client;
using Lykke.Service.Dictionaries.Client.Models.Salesforce;
using MAVN.Service.Dictionaries.Client;
using MAVN.Service.Dictionaries.Client.Models.Salesforce;
using Moq;
using Xunit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Falcon.Common.Encryption;
using MAVN.Common.Encryption;
using Moq;
using Xunit;

Expand Down

0 comments on commit b13c6e6

Please sign in to comment.