コード例 #1
0
 public QueryTestFixture()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #2
0
ファイル: CommandTestBase.cs プロジェクト: parrafo28/MoneyFox
 public CommandTestBase()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }