Esempio n. 1
0
 public JDPayController(JDPayClient client, JDPayNotifyClient notifyClient)
 {
     _client       = client;
     _notifyClient = notifyClient;
 }