Skip to content

Commit

Permalink
Merge pull request #19 from HannaAndreevna/replace-common-sql-package
Browse files Browse the repository at this point in the history
Replace Lykke.Common.MsSql package to MAVN.Common.MsSql
  • Loading branch information
starkmsu committed May 13, 2020
2 parents b13c6e6 + 2283010 commit 53ffd19
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lykke.Common" Version="7.5.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Common.MsSql" Version="3.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Lykke.Common.MsSql;
using MAVN.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,12 +1,12 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Common;
using Common.Log;
using MAVN.Common;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.CustomerProfile.Contract;
using MAVN.Service.CustomerProfile.Domain.Enums;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<ProjectReference Include="..\MAVN.Service.CustomerProfile.Domain\MAVN.Service.CustomerProfile.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<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.Common.MsSql" Version="3.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" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Data.Common;
using System.Data.Common;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.MsSqlRepositories.Entities;
using Microsoft.EntityFrameworkCore;
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="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Common" Version="1.0.0" />
<PackageReference Include="MAVN.Common.MsSql" Version="3.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
@@ -1,10 +1,10 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AutoMapper;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
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 @@ -7,7 +7,7 @@
using MAVN.Common;
using MAVN.Common.Encryption;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
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 @@ -6,7 +6,7 @@
using Common.Log;
using MAVN.Common.Encryption;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;
using MAVN.Service.CustomerProfile.Domain.Repositories;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Models;
using MAVN.Service.CustomerProfile.Domain.Repositories;
using MAVN.Service.CustomerProfile.MsSqlRepositories.Entities;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
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 @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading.Tasks;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
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 @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading.Tasks;
using MAVN.Common.Encryption;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Enums;
using MAVN.Service.CustomerProfile.Domain.Models;
using MAVN.Service.CustomerProfile.Domain.Repositories;
Expand Down
4 changes: 2 additions & 2 deletions src/MAVN.Service.CustomerProfile/Modules/DataLayerModule.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Autofac;
using Autofac;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.CustomerProfile.Domain.Repositories;
using MAVN.Service.CustomerProfile.MsSqlRepositories;
using MAVN.Service.CustomerProfile.MsSqlRepositories.Repositories;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using Lykke.Logs;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.CustomerProfile.Contract;
Expand Down

0 comments on commit 53ffd19

Please sign in to comment.