Exemplo n.º 1
0
 public YsPayController(IPayNotifyAppService payNotifyAppService,
                        IMallService mallService)
 {
     _payNotifyAppService = payNotifyAppService;
     _mallService         = mallService;
 }
Exemplo n.º 2
0
 public PayNotifysController(IPayNotifyAppService paynotifyAppService)
 {
     _paynotifyAppService = paynotifyAppService;
 }