예제 #1
0
 public void Setup()
 {
     using (var context = new TestDbContext())
         DbTools.CreateNewDatabase(context);
 }