コード例 #1
0
 public GenerateSqlFromExpressionsTests()
 {
     _db = Setup.GetDb();
     _db.CreateTable <Pool>();
 }