コード例 #1
0
 public PoliCompleteStepStrategy(
     IPoliIntergrator poliIntergrator,
     IRepository <PoliPayment> repository)
 {
     _poliIntergrator = poliIntergrator;
     _repository      = repository;
 }
コード例 #2
0
 public PoliPaymentStrategy(IPoliIntergrator poliIntergrator)
 {
     _poliIntergrator = poliIntergrator;
 }