C# Class Sample.Commands.CreateInventoryItemCommand

Inheritance: Command
Mostra file Open project: thedersen/DDDCourse

Public Methods

Method Description
CreateInventoryItemCommand ( Guid id, string name, string description, int count, bool active ) : System

Method Details

CreateInventoryItemCommand() public method

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