コード例 #1
0
 public PaymentTypeController(IPaymentTypeManager manager)
 {
     _manager = manager;
 }
コード例 #2
0
 public PaymentTypeController(IPaymentTypeManager iPaymentTypeManager, IMapper iMapper)
 {
     _iPaymentTypeManager = iPaymentTypeManager;
     _iMapper             = iMapper;
 }