public HarvestPocoService(HarvestConnection harvestConnection)
 {
     service = new HarvestService(harvestConnection);
 }
 public HarvestService(HarvestConnection harvestConnection)
 {
     HarvestConnection = harvestConnection;
 }
Esempio n. 3
0
 public HarvestService(HarvestConnection harvestConnection)
 {
     HarvestConnection = harvestConnection;
 }