C# 클래스 ModernWebStore.Domain.Commands.ProductCommands.CreateProductCommand

파일 보기 프로젝트 열기: andrebaltieri/mwa-api 1 사용 예제들

공개 메소드들

메소드 설명
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