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

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

공개 메소드들

메소드 설명
UpdateProductInfoCommand ( int id, string title, string description, int category )

메소드 상세

UpdateProductInfoCommand() 공개 메소드

public UpdateProductInfoCommand ( int id, string title, string description, int category )
id int
title string
description string
category int