C# Class ModernWebStore.Domain.Commands.ProductCommands.CreateProductCommand

Datei anzeigen Open project: andrebaltieri/mwa-api Class Usage Examples

Public Methods

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

Method Details

CreateProductCommand() public method

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