Exemplo n.º 1
0
 public void Setup()
 {
     Database.SetUp();
 }
Exemplo n.º 2
0
 public void Setup()
 {
     Database.SetUp();
     Database.CreateTables();
     GribbleDatabase = Gribble.TableSchema.Create(Database.Connection, profiler: Profiler);
 }