예제 #1
0
 public DataQuery(IDbConnectionProvider connectionProvider)
 {
     _connection = connectionProvider.OpenDatabaseConnection();
 }