Esempio n. 1
0
 public WhenConstructingATsContextWithAConnectionString()
 {
     // ACT
     _tsContext = new TsContext("UseDevelopmentStorage=true");
     _tsContext.Initialise();
 }
Esempio n. 2
0
 public WhenConstructingATsContextWithAConnectionStringName()
 {
     // ACT
     _tsContext = new TsContext("DefaultConnection");
     _tsContext.Initialise();
 }