public: MDAddress^ AddCustomer( String^ shortName )
Parameters
| Parameter Name | Description |
|---|---|
| shortName | The short name of the customer will be added. |
public: MDAddress^ AddCustomer( String^ shortName )
| Parameter Name | Description |
|---|---|
| shortName | The short name of the customer will be added. |
| Exception | Description |
|---|---|
| MDInvalidArgumentException | If customer already exists. |