コード例 #1
0
 public GenderTests()
 {
     dbContextFactory = new PetFinderDbContextFactory();
 }
コード例 #2
0
 public AnimalTypeTests()
 {
     dbContextFactory = new PetFinderDbContextFactory();
     logger           = new LoggerConfiguration().CreateLogger();
 }