Esempio n. 1
0
 public JdPayController(JdPayClient client, JdPayNotifyClient notifyClient)
 {
     _client       = client;
     _notifyClient = notifyClient;
 }
Esempio n. 2
0
 public JdPayNotifyController(JdPayNotifyClient client)
 {
     _client = client;
 }