예제 #1
0
 }                                                     // Unit of work
 public TestBase(Fixture fixture)
 {
     Services = fixture.ServiceProvider;
     Context  = Services.GetService <PhoneBookContext>();
     if (Context.Database.EnsureCreated())
     {
         Context.SeedSampleData();
     }
 }