Skip to content

Commit

Permalink
Move MockDataAccessService to infrastructure project
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Oct 14, 2024
1 parent 0aae825 commit 9a047b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.0.0-rc.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="Riok.Mapperly" Version="3.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Bogus;
using RobinTTY.PersonalFinanceDashboard.Core.Models;

namespace RobinTTY.PersonalFinanceDashboard.API.Utility;
namespace RobinTTY.PersonalFinanceDashboard.Infrastructure.Services;

/// <summary>
/// Provides mocked data for testing/demo purposes.
Expand Down

0 comments on commit 9a047b8

Please sign in to comment.