Méthode | Description | |
---|---|---|
PlaceOrder ( |
Sends a product order to the vendor.
|
|
SendWelcomeEmail ( string message ) : string |
Sends an email to welcome a new vendor.
|
|
ToString ( ) : string |
public PlaceOrder ( |
||
product | Product to order. | |
quantity | int | Quantity of the product to order. |
deliverBy | DateTimeOffset | Requested delivery date. |
instructions | string | Delivery instructions. |
Résultat | Acme.Common.OperationResult |
public SendWelcomeEmail ( string message ) : string | ||
message | string | |
Résultat | string |