Skip to content

Commit

Permalink
Merge pull request #9 from HannaAndreevna/master
Browse files Browse the repository at this point in the history
Replace packages
  • Loading branch information
starkmsu committed May 12, 2020
2 parents c2a1b74 + 046408a commit 45e8416
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/MAVN.Service.Tiers.Domain/Entities/CustomerBonuses.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MAVN.Numerics;

namespace MAVN.Service.Tiers.Domain.Entities
Expand All @@ -9,4 +9,4 @@ public class CustomerBonuses

public Money18 TotalAwardedBonuses { get; set; }
}
}
}
2 changes: 1 addition & 1 deletion src/MAVN.Service.Tiers.Domain/Entities/Tier.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MAVN.Numerics;

namespace MAVN.Service.Tiers.Domain.Entities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using MAVN.Numerics;

namespace MAVN.Service.Tiers.Domain.Entities
Expand Down
2 changes: 1 addition & 1 deletion src/MAVN.Service.Tiers.DomainServices/CustomersService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Threading;
using System.Threading.Tasks;
using Common.Log;
Expand Down
4 changes: 2 additions & 2 deletions src/MAVN.Service.Tiers.MsSqlRepositories/AutofacModule.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Autofac;
using Lykke.Common.MsSql;
using Autofac;
using MAVN.Common.MsSql;
using MAVN.Service.Tiers.Domain.Repositories;
using MAVN.Service.Tiers.MsSqlRepositories.Repositories;

Expand Down
2 changes: 1 addition & 1 deletion src/MAVN.Service.Tiers.MsSqlRepositories/DataContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Numerics;
using MAVN.Numerics;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.Tiers.MsSqlRepositories.Entities;
using Microsoft.EntityFrameworkCore;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Common.MsSql" Version="3.0.0" />
</ItemGroup>
<PropertyGroup>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
using AutoMapper;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.Tiers.Domain.Entities;
using MAVN.Service.Tiers.Domain.Repositories;
using MAVN.Service.Tiers.MsSqlRepositories.Entities;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.Tiers.Domain.Repositories;
using MAVN.Service.Tiers.MsSqlRepositories.Entities;
using Microsoft.EntityFrameworkCore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Service.Tiers.Domain.Entities;
using MAVN.Service.Tiers.Domain.Repositories;
using Microsoft.EntityFrameworkCore;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
Expand Down
2 changes: 1 addition & 1 deletion src/MAVN.Service.Tiers/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using JetBrains.Annotations;
using JetBrains.Annotations;
using Lykke.Sdk.Settings;
using MAVN.Service.CustomerProfile.Client;
using MAVN.Service.Tiers.Settings.Service;
Expand Down

0 comments on commit 45e8416

Please sign in to comment.