コード例 #1
0
 public MeasurementServiceImpl(PowerGuideClient client, InstallationService installationService, DateTimeZone reportTimeZone)
 {
     this.client = client;
     this.installationService = installationService;
     this.reportTimeZone      = reportTimeZone;
 }
コード例 #2
0
 public InstallationServiceImpl(PowerGuideClient client)
 {
     this.client = client;
 }
コード例 #3
0
 public PowerGuideAuthenticationServiceImpl(PowerGuideClient client)
 {
     this.client = client;
 }