コード例 #1
0
 public BillDocumentServiceImpl(OrangeRocklandClient client)
 {
     this.client = client;
 }
コード例 #2
0
 public OrangeRocklandAuthenticationServiceImpl(OrangeRocklandClient client)
 {
     this.client = client;
 }
コード例 #3
0
 public GreenButtonServiceImpl(OrangeRocklandClient client, DateTimeZone zone)
 {
     this.client = client;
     this.zone   = zone;
 }