Ejemplo n.º 1
0
 public NetworkQuery()
 {
     _communication = new Communication();
 }
Ejemplo n.º 2
0
 public NetworkQuery(object dataProvider)
 {
     _communication = new Communication(new QueryReader(dataProvider));
 }