Esempio n. 1
0
 public PaymentTypeController(IPaymentTypeManager manager)
 {
     _manager = manager;
 }
 public PaymentTypeController(IPaymentTypeManager iPaymentTypeManager, IMapper iMapper)
 {
     _iPaymentTypeManager = iPaymentTypeManager;
     _iMapper             = iMapper;
 }