コード例 #1
0
 public QueryTestFixture()
 {
     Context = NorthwindContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }
コード例 #2
0
ファイル: QueryTestFixture.cs プロジェクト: kabomekgwe/CQRS
 public QueryTestFixture()
 {
     Context = TestDbContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }