コード例 #1
0
 public CommandTestBase()
 {
     _context = ContactContextFactory.Create();
 }
コード例 #2
0
 public QueryTestFixture()
 {
     Context = ContactContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }