C# 클래스 Sample.Commands.CreateInventoryItemCommand

상속: Command
파일 보기 프로젝트 열기: thedersen/DDDCourse

공개 메소드들

메소드 설명
CreateInventoryItemCommand ( Guid id, string name, string description, int count, bool active ) : System

메소드 상세

CreateInventoryItemCommand() 공개 메소드

public CreateInventoryItemCommand ( Guid id, string name, string description, int count, bool active ) : System
id Guid
name string
description string
count int
active bool
리턴 System