예제 #1
0
 public CustomerManager(ICustomerCheckManager customerCheckManager)
 {
     _customerCheckManager = customerCheckManager;
 }