feat: spec + repo
This commit is contained in:
parent
eff887b49f
commit
2206fe027a
78 changed files with 3870 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (c) The Geekeey Authors
|
||||
// SPDX-License-Identifier: EUPL-1.2
|
||||
|
||||
namespace Geekeey.Request.Persistence.EntityFrameworkCore.Tests;
|
||||
|
||||
internal sealed class IncludeChildSpec : Specification<FakeEntity>
|
||||
{
|
||||
public IncludeChildSpec()
|
||||
{
|
||||
Query.Include(static e => e.Child);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue