Skip to content

Commit

Permalink
Updated Snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Sep 29, 2024
1 parent c15f6dd commit 48ff1b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ namespace TestNamespace
{
IEntityByIdDataLoader EntityById { get; }
}

public sealed class Group1 : IGroup1
{
private readonly IServiceProvider _services;
Expand Down Expand Up @@ -96,6 +97,7 @@ namespace TestNamespace
{
IEntityByIdDataLoader EntityById { get; }
}

public sealed class Group2 : IGroup2
{
private readonly IServiceProvider _services;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ namespace TestNamespace
{
IEntityByIdDataLoader EntityById { get; }
}

public sealed class Group1 : IGroup1
{
private readonly IServiceProvider _services;
Expand Down

0 comments on commit 48ff1b3

Please sign in to comment.