public QueryObjectSimpleClient(string connectionString)
 {
     mapper   = new AbstractMapper(connectionString);
     strategy = new QueryObjectStrategy(typeof(T));
 }
Exemplo n.º 2
0
 public QueryObjectRepository(string connectionString)
 {
     mapper   = new AbstractMapper(connectionString);
     strategy = new QueryObjectStrategy(typeof(T));
 }