public class CustomerService
extends java.lang.Object
| Constructor and Description |
|---|
CustomerService(CustomerDao customerDao) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
createCustomer(java.lang.String name,
Money creditLimit) |
public CustomerService(CustomerDao customerDao)