コード例 #1
0
 public CheckOutController(ICheckOutOrderRepository checkout)
 {
     this.repository = checkout;
 }