示例#1
0
 public OpenXDADataRescueController()
 {
     XDANodeClient = new XDANodeClient(CreateDbConnection);
     HIDSClient    = new HIDSClient(CreateDbConnection);
 }
 public OpenXDAMeterDataController()
 {
     XDANodeClient = new XDANodeClient(CreateDbConnection);
     HIDSClient    = new HIDSClient(CreateDbConnection);
 }