コード例 #1
0
ファイル: OrderController.cs プロジェクト: baoth/huwaipingtai
 public OrderController(IOPCustomerOrder customerOrder)
 {
     this.customerOrder = customerOrder;
 }
コード例 #2
0
 public WeixinPayController(IOPCustomerOrder customerOrder)
 {
     this.customerOrder = customerOrder;
 }