Method | Description | |
---|---|---|
CreateProductCommand ( string title, string description, decimal price, int quantityOnHand, int category, string image = "" ) |
public CreateProductCommand ( string title, string description, decimal price, int quantityOnHand, int category, string image = "" ) | ||
title | string | |
description | string | |
price | decimal | |
quantityOnHand | int | |
category | int | |
image | string |