Method | Description | |
---|---|---|
AddProduct ( EFCoreCommerceDemo.Example1.Models.Product product, int quantity ) : void | ||
Quote ( Guid id, DateTime creationDate ) : System | ||
ToString ( ) : string |
public AddProduct ( EFCoreCommerceDemo.Example1.Models.Product product, int quantity ) : void | ||
product | EFCoreCommerceDemo.Example1.Models.Product | |
quantity | int | |
return | void |
public Quote ( Guid id, DateTime creationDate ) : System | ||
id | Guid | |
creationDate | DateTime | |
return | System |