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

Afficher le fichier Open project: andrebaltieri/mwa-api Class Usage Examples

Méthodes publiques

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

Method Details

CreateProductCommand() public méthode

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