Exemplo n.º 1
0
 public SqlSetSamples(DbConnection conn, TextWriter log)
 {
     this.productSet = conn.From<Product>("Products", log);
 }