Exemplo n.º 1
0
 public CustomerManager(ICustomerCheckManager customerCheckManager)
 {
     _customerCheckManager = customerCheckManager;
 }