Beispiel #1
0
 protected QueryBase(IQueryConnectionFactory queryConnectionFactory)
 {
     Connection = queryConnectionFactory.Get();
 }