메소드 | 설명 | |
---|---|---|
RegisterCustomer ( string name ) : void | ||
RegisterCustomer ( string name, CustomerType customerType ) : void | ||
RegistrationService ( IRepository repository, IAgreementManagementService agreementManagementService ) : System | ||
UnregisterCustomer ( int id ) : void |
public RegisterCustomer ( string name, CustomerType customerType ) : void | ||
name | string | |
customerType | CustomerType | |
리턴 | void |
public RegistrationService ( IRepository repository, IAgreementManagementService agreementManagementService ) : System | ||
repository | IRepository | |
agreementManagementService | IAgreementManagementService | |
리턴 | System |