Exemple #1
0
 public CustomerController(CustomerRepository repository)
 {
     _repository = repository;
 }