public CustomerManager(ICustomerValidationService customerValidationService) { this.customerValidationService = customerValidationService; }
public CustomerManager(ICustomer gamer, ICustomerValidationService gamerValidationService) { _customerValidationService = gamerValidationService; }
public CustomerManager(ICustomerValidationService customerValidationService) { _customerCheckManager = customerValidationService; }
public GamerManager(CustomerValidationService customerValidationService) { _customerValidationService = customerValidationService; }