コード例 #1
0
 public PaymentsController()
 {
     _service        = new PaymentsService();
     _paymentManager = new PaymentManager(AppService.Current.Data.Context, PaymentManagerConfiguration.Create());
 }
コード例 #2
0
 public PaymentsController()
 {
     PaymentService = new PaymentsService(AppService.Current.DataContextV2);
     PaymentManager = new PaymentManager(AppService.Current.DataContextV2, PaymentManagerConfiguration.Create());
 }