コード例 #1
0
ファイル: CommandTestBase.cs プロジェクト: Alexrgs/CleanStore
 public CommandTestBase()
 {
     _context = DbContextFactory.Create();
 }
コード例 #2
0
 public QueryTestFixture()
 {
     Context = DbContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }