public QueryObjectSimpleClient(string connectionString)
 {
     mapper   = new AbstractMapper(connectionString);
     strategy = new QueryObjectStrategy(typeof(T));
 }
Exemple #2
0
 public QueryObjectRepository(string connectionString)
 {
     mapper   = new AbstractMapper(connectionString);
     strategy = new QueryObjectStrategy(typeof(T));
 }