Esempio n. 1
0
 public PaymentCustomerController(IPaymentsCustomerRepository repository)
 {
     _repository = repository;
 }