public BillDocumentServiceImpl(OrangeRocklandClient client)
 {
     this.client = client;
 }
예제 #2
0
 public OrangeRocklandAuthenticationServiceImpl(OrangeRocklandClient client)
 {
     this.client = client;
 }
 public GreenButtonServiceImpl(OrangeRocklandClient client, DateTimeZone zone)
 {
     this.client = client;
     this.zone   = zone;
 }