C# Класс ModernWebStore.Domain.Commands.ProductCommands.CreateProductCommand

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateProductCommand ( string title, string description, decimal price, int quantityOnHand, int category, string image = "" )

Описание методов

CreateProductCommand() публичный Метод

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