Example #1
0
 public VoucherCodeSyncController(IWebRequestGate gate) : base(gate)
 {
 }
Example #2
0
 public ControllerBase(IWebRequestGate gate)
 {
     this.gate = gate;
 }
Example #3
0
 public VoucherQueryNewController(IWebRequestGate gate) : base(gate)
 {
 }
Example #4
0
 public VoucherRetreatRefundController(IWebRequestGate gate) : base(gate)
 {
 }
Example #5
0
 public VoucherObsoleteController(IWebRequestGate gate) : base(gate)
 {
 }
Example #6
0
 public VoucherCheckNewController(IWebRequestGate gate) : base(gate)
 {
 }
Example #7
0
 public VoucherSalesCheckController(IWebRequestGate gate) : base(gate)
 {
 }
 public VoucherTransactionController(IWebRequestGate gate) : base(gate)
 {
 }
Example #9
0
 public VoucherTransRefundController(IWebRequestGate gate) : base(gate)
 {
 }